#CD85CD

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

Shades of Orchid #CD85CD

Tints of Orchid #CD85CD

Color information

#CD85CD (or 0xCD85CD) is unknown color: approx Orchid. HEX triplet: CD, 85 and CD. RGB value is (205,133,205). Sum of RGB (Red+Green+Blue) = 205+133+205=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CD is #327A32. Grayscale: #A2A2A2. Windows color (decimal): -3308083 or 13469133. OLE color: 13469133.

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

Color convert

RGB205133205-
CMYK00.3500.20
HSL300º41.86%66.27%-
HSV(B)300º35.12%80.39%-
XYZ44.5834.1662-
YUV162.74151.85158.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=37.75%
G=24.49%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513320500.3500.2030041.8666.27
HexCD85CD02301412c2a42
Octal31520531504302445452102
Binary11001101100001011100110101000110101001001011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85CD; }

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

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

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

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

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

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

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

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