#CE70CE

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

Shades of Orchid #CE70CE

Tints of Orchid #CE70CE

Color information

#CE70CE (or 0xCE70CE) is unknown color: approx Orchid. HEX triplet: CE, 70 and CE. RGB value is (206,112,206). Sum of RGB (Red+Green+Blue) = 206+112+206=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70CE is #318F31. Grayscale: #969696. Windows color (decimal): -3247922 or 13529294. OLE color: 13529294.

HSL color Cylindrical-coordinate representation of color #CE70CE: hue angle of 300º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70CE is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206112206-
CMYK00.4600.19
HSL300º48.96%62.35%-
HSV(B)300º45.63%80.78%-
XYZ42.3929.1761.79-
YUV150.82159.14167.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 112 (44.14% from 255) = 21.37%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=39.31%
G=21.37%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611220600.4600.1930048.9662.35
HexCE70CE02E01312c313e
Octal3161603160560234546176
Binary110011101110000110011100101110010011100101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE70CE; }

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

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

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

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

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

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

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

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