#CD83CA

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

Shades of Orchid #CD83CA

Tints of Orchid #CD83CA

Color information

#CD83CA (or 0xCD83CA) is unknown color: approx Orchid. HEX triplet: CD, 83 and CA. RGB value is (205,131,202). Sum of RGB (Red+Green+Blue) = 205+131+202=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83CA is #327C35. Grayscale: #A1A1A1. Windows color (decimal): -3308598 or 13272013. OLE color: 13272013.

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

Color convert

RGB205131202-
CMYK00.360.010.20
HSL302.43º42.53%65.88%-
HSV(B)302.43º36.1%80.39%-
XYZ43.9533.4860.02-
YUV161.22151.02159.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=38.10%
G=24.35%
B=37.55%

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
Decimal20513120200.360.010.20302.4342.5365.88
HexCD83CA02411412e2b42
Octal31520331204412445653102
Binary11001101100000111100101001001001101001001011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83CA; }

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

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

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

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

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

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

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

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