#CD81BD

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

Shades of Orchid #CD81BD

Tints of Orchid #CD81BD

Color information

#CD81BD (or 0xCD81BD) is unknown color: approx Orchid. HEX triplet: CD, 81 and BD. RGB value is (205,129,189). Sum of RGB (Red+Green+Blue) = 205+129+189=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81BD is #327E42. Grayscale: #9E9E9E. Windows color (decimal): -3309123 or 12419533. OLE color: 12419533.

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

Color convert

RGB205129189-
CMYK00.370.080.20
HSL312.63º43.18%65.49%-
HSV(B)312.63º37.07%80.39%-
XYZ42.2132.3552.16-
YUV158.56145.18161.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=39.20%
G=24.67%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512918900.370.080.20312.6343.1865.49
HexCD81BD0258141392b41
Octal315201275045102447153101
Binary11001101100000011011110101001011000101001001110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81BD; }

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

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

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

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

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

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

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

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