#CD83CB

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

Shades of Orchid #CD83CB

Tints of Orchid #CD83CB

Color information

#CD83CB (or 0xCD83CB) is unknown color: approx Orchid. HEX triplet: CD, 83 and CB. RGB value is (205,131,203). Sum of RGB (Red+Green+Blue) = 205+131+203=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83CB is #327C34. Grayscale: #A1A1A1. Windows color (decimal): -3308597 or 13337549. OLE color: 13337549.

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

Color convert

RGB205131203-
CMYK00.360.010.20
HSL301.62º42.53%65.88%-
HSV(B)301.62º36.1%80.39%-
XYZ44.0733.5260.65-
YUV161.33151.52159.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=38.03%
G=24.30%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513120300.360.010.20301.6242.5365.88
HexCD83CB02411412e2b42
Octal31520331304412445653102
Binary11001101100000111100101101001001101001001011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83CB; }

 p { color: rgb(205,131,203); }

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

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

 a { background-color: rgb(205,131,203); }

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

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

 span { border-color: rgb(205,131,203); }

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