#CD81CC

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

Shades of Orchid #CD81CC

Tints of Orchid #CD81CC

Color information

#CD81CC (or 0xCD81CC) is unknown color: approx Orchid. HEX triplet: CD, 81 and CC. RGB value is (205,129,204). Sum of RGB (Red+Green+Blue) = 205+129+204=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81CC is #327E33. Grayscale: #A0A0A0. Windows color (decimal): -3309108 or 13402573. OLE color: 13402573.

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

Color convert

RGB205129204-
CMYK00.370.000.20
HSL300.79º43.18%65.49%-
HSV(B)300.79º37.07%80.39%-
XYZ43.9333.0461.19-
YUV160.27152.68159.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=38.10%
G=23.98%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512920400.370.000.20300.7943.1865.49
HexCD81CC02501412d2b41
Octal31520131404502445553101
Binary11001101100000011100110001001010101001001011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81CC; }

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

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

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

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

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

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

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

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