#CD85C8

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

Shades of Orchid #CD85C8

Tints of Orchid #CD85C8

Color information

#CD85C8 (or 0xCD85C8) is unknown color: approx Orchid. HEX triplet: CD, 85 and C8. RGB value is (205,133,200). Sum of RGB (Red+Green+Blue) = 205+133+200=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85C8 is #327A37. Grayscale: #A1A1A1. Windows color (decimal): -3308088 or 13141453. OLE color: 13141453.

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

Color convert

RGB205133200-
CMYK00.350.020.20
HSL304.17º41.86%66.27%-
HSV(B)304.17º35.12%80.39%-
XYZ43.9933.9258.87-
YUV162.17149.35158.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=38.10%
G=24.72%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513320000.350.020.20304.1741.8666.27
HexCD85C80232141302a42
Octal31520531004322446052102
Binary110011011000010111001000010001110101001001100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85C8; }

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

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

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

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

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

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

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

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