#CD86CA

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

Shades of Orchid #CD86CA

Tints of Orchid #CD86CA

Color information

#CD86CA (or 0xCD86CA) is unknown color: approx Orchid. HEX triplet: CD, 86 and CA. RGB value is (205,134,202). Sum of RGB (Red+Green+Blue) = 205+134+202=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86CA is #327935. Grayscale: #A2A2A2. Windows color (decimal): -3307830 or 13272781. OLE color: 13272781.

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

Color convert

RGB205134202-
CMYK00.350.010.20
HSL302.54º41.52%66.47%-
HSV(B)302.54º34.63%80.39%-
XYZ44.3634.2960.16-
YUV162.98150.02157.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=37.89%
G=24.77%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513420200.350.010.20302.5441.5266.47
HexCD86CA02311412f2a42
Octal31520631204312445752102
Binary11001101100001101100101001000111101001001011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86CA; }

 p { color: rgb(205,134,202); }

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

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

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

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

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

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

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