#CD81BE

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

Shades of Orchid #CD81BE

Tints of Orchid #CD81BE

Color information

#CD81BE (or 0xCD81BE) is unknown color: approx Orchid. HEX triplet: CD, 81 and BE. RGB value is (205,129,190). Sum of RGB (Red+Green+Blue) = 205+129+190=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81BE is #327E41. Grayscale: #9E9E9E. Windows color (decimal): -3309122 or 12485069. OLE color: 12485069.

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

Color convert

RGB205129190-
CMYK00.370.070.20
HSL311.84º43.18%65.49%-
HSV(B)311.84º37.07%80.39%-
XYZ42.3232.452.74-
YUV158.68145.68161.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=39.12%
G=24.62%
B=36.26%

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
Decimal20512919000.370.070.20311.8443.1865.49
HexCD81BE0257141382b41
Octal31520127604572447053101
Binary1100110110000001101111100100101111101001001110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81BE; }

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

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

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

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

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

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

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

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