#CE85CA

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

Shades of Orchid #CE85CA

Tints of Orchid #CE85CA

Color information

#CE85CA (or 0xCE85CA) is unknown color: approx Orchid. HEX triplet: CE, 85 and CA. RGB value is (206,133,202). Sum of RGB (Red+Green+Blue) = 206+133+202=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85CA is #317A35. Grayscale: #A2A2A2. Windows color (decimal): -3242550 or 13272526. OLE color: 13272526.

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

Color convert

RGB206133202-
CMYK00.350.020.19
HSL303.29º42.69%66.47%-
HSV(B)303.29º35.44%80.78%-
XYZ44.534.1660.13-
YUV162.69150.18158.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=38.08%
G=24.58%
B=37.34%

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
Decimal20613320200.350.020.19303.2942.6966.47
HexCE85CA02321312f2b42
Octal31620531204322345753102
Binary110011101000010111001010010001110100111001011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85CA; }

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

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

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

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

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

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

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

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