#CD81BF

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

Shades of Orchid #CD81BF

Tints of Orchid #CD81BF

Color information

#CD81BF (or 0xCD81BF) is unknown color: approx Orchid. HEX triplet: CD, 81 and BF. RGB value is (205,129,191). Sum of RGB (Red+Green+Blue) = 205+129+191=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81BF is #327E40. Grayscale: #9E9E9E. Windows color (decimal): -3309121 or 12550605. OLE color: 12550605.

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

Color convert

RGB205129191-
CMYK00.370.070.20
HSL311.05º43.18%65.49%-
HSV(B)311.05º37.07%80.39%-
XYZ42.4332.4453.32-
YUV158.79146.18160.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 191 (75% from 255) = 36.38%
R=39.05%
G=24.57%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512919100.370.070.20311.0543.1865.49
HexCD81BF0257141372b41
Octal31520127704572446753101
Binary1100110110000001101111110100101111101001001101111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81BF; }

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

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

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

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

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

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

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

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