#CC83CD

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

Shades of Orchid #CC83CD

Tints of Orchid #CC83CD

Color information

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

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

Color convert

RGB204131205-
CMYK0.000.3600.20
HSL299.19º42.53%65.88%-
HSV(B)299.19º36.1%80.39%-
XYZ44.0433.4861.9-
YUV161.26152.68158.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041312050.000.3600.20299.1942.5365.88
HexCC83CD02401412b2b42
Octal31420331504402445353102
Binary11001100100000111100110101001000101001001010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83CD; }

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

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

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

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

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

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

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

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