#ce70e3

Color #CE70E3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE70E3

Tints of Orchid #CE70E3

Color information

#CE70E3 (or 0xCE70E3) is unknown color: approx Orchid. HEX triplet: CE, 70 and E3. RGB value is (206,112,227). Sum of RGB (Red+Green+Blue) = 206+112+227=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70E3 is #318F1C. Grayscale: #989898. Windows color (decimal): -3247901 or 14905550. OLE color: 14905550.

HSL color Cylindrical-coordinate representation of color #CE70E3: hue angle of 289.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE70E3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206112227-
CMYK0.090.5100.11
HSL289.04º67.25%66.47%-
HSV(B)289.04º50.66%89.02%-
XYZ45.1130.2676.14-
YUV153.22169.64165.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=37.80%
G=20.55%
B=41.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061122270.090.5100.11289.0467.2566.47
HexCE70E39330B1214342
Octal3161603431163013441103102
Binary1100111011100001110001110011100110101110010000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce70e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce70e3; }

 p { color: rgb(206,112,227); }

 H1.HeaderClassName
 {
   color: #ce70e3;
 }
 .AnyTagClassName
 {
   color: #ce70e3;
 }
</style>
background-color css

<style>
 a { background-color: #ce70e3; }

 a { background-color: rgb(206,112,227); }

 div.DivClassName
 {
   background-color: #ce70e3;
 }
 .BgClassName
 {
   background-color: #ce70e3;
 }
</style>
border-color css

<style>
 span { border-color: #ce70e3; }

 span { border-color: rgb(206,112,227); }

 td.TdClassName
 {
   border-color: #ce70e3;
 }
 .TagClassName
 {
   border-color: #ce70e3;
 }
</style>