#CD83CC

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

Shades of Orchid #CD83CC

Tints of Orchid #CD83CC

Color information

#CD83CC (or 0xCD83CC) is unknown color: approx Orchid. HEX triplet: CD, 83 and CC. RGB value is (205,131,204). Sum of RGB (Red+Green+Blue) = 205+131+204=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83CC is #327C33. Grayscale: #A1A1A1. Windows color (decimal): -3308596 or 13403085. OLE color: 13403085.

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

Color convert

RGB205131204-
CMYK00.360.000.20
HSL300.81º42.53%65.88%-
HSV(B)300.81º36.1%80.39%-
XYZ44.1933.5761.28-
YUV161.45152.02159.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=37.96%
G=24.26%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513120400.360.000.20300.8142.5365.88
HexCD83CC02401412d2b42
Octal31520331404402445553102
Binary11001101100000111100110001001000101001001011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83CC; }

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

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

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

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

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

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

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

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