#CE85C9

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

Shades of Orchid #CE85C9

Tints of Orchid #CE85C9

Color information

#CE85C9 (or 0xCE85C9) is unknown color: approx Orchid. HEX triplet: CE, 85 and C9. RGB value is (206,133,201). Sum of RGB (Red+Green+Blue) = 206+133+201=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C9 is #317A36. Grayscale: #A2A2A2. Windows color (decimal): -3242551 or 13206990. OLE color: 13206990.

HSL color Cylindrical-coordinate representation of color #CE85C9: hue angle of 304.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85C9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206133201-
CMYK00.350.020.19
HSL304.11º42.69%66.47%-
HSV(B)304.11º35.44%80.78%-
XYZ44.3834.1159.5-
YUV162.58149.68158.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=38.15%
G=24.63%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613320100.350.020.19304.1142.6966.47
HexCE85C90232131302b42
Octal31620531104322346053102
Binary110011101000010111001001010001110100111001100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85C9; }

 p { color: rgb(206,133,201); }

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

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

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

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

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

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

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