#CE85C8

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

Shades of Orchid #CE85C8

Tints of Orchid #CE85C8

Color information

#CE85C8 (or 0xCE85C8) is unknown color: approx Orchid. HEX triplet: CE, 85 and C8. RGB value is (206,133,200). Sum of RGB (Red+Green+Blue) = 206+133+200=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C8 is #317A37. Grayscale: #A2A2A2. Windows color (decimal): -3242552 or 13141454. OLE color: 13141454.

HSL color Cylindrical-coordinate representation of color #CE85C8: hue angle of 304.93º 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 #CE85C8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206133200-
CMYK00.350.030.19
HSL304.93º42.69%66.47%-
HSV(B)304.93º35.44%80.78%-
XYZ44.2734.0758.89-
YUV162.46149.18159.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=38.22%
G=24.68%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613320000.350.030.19304.9342.6966.47
HexCE85C80233131312b42
Octal31620531004332346153102
Binary110011101000010111001000010001111100111001100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85C8; }

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

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

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

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

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

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

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

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