#CD81CA

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

Shades of Orchid #CD81CA

Tints of Orchid #CD81CA

Color information

#CD81CA (or 0xCD81CA) is unknown color: approx Orchid. HEX triplet: CD, 81 and CA. RGB value is (205,129,202). Sum of RGB (Red+Green+Blue) = 205+129+202=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81CA is #327E35. Grayscale: #9F9F9F. Windows color (decimal): -3309110 or 13271501. OLE color: 13271501.

HSL color Cylindrical-coordinate representation of color #CD81CA: hue angle of 302.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD81CA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205129202-
CMYK00.370.010.20
HSL302.37º43.18%65.49%-
HSV(B)302.37º37.07%80.39%-
XYZ43.6932.9459.93-
YUV160.05151.68160.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=38.25%
G=24.07%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512920200.370.010.20302.3743.1865.49
HexCD81CA02511412e2b41
Octal31520131204512445653101
Binary11001101100000011100101001001011101001001011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81CA; }

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

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

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

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

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

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

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

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