#CC83C3

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

Shades of Orchid #CC83C3

Tints of Orchid #CC83C3

Color information

#CC83C3 (or 0xCC83C3) is unknown color: approx Orchid. HEX triplet: CC, 83 and C3. RGB value is (204,131,195). Sum of RGB (Red+Green+Blue) = 204+131+195=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83C3 is #337C3C. Grayscale: #9F9F9F. Windows color (decimal): -3374141 or 12813260. OLE color: 12813260.

HSL color Cylindrical-coordinate representation of color #CC83C3: hue angle of 307.4º degrees, saturation: 0.42, 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 #CC83C3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204131195-
CMYK00.360.040.2
HSL307.4º41.71%65.69%-
HSV(B)307.4º35.78%80%-
XYZ42.8733.0155.74-
YUV160.12147.68159.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=38.49%
G=24.72%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413119500.360.040.2307.441.7165.69
HexCC83C30244141332a42
Octal31420330304442446352102
Binary1100110010000011110000110100100100101001001100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83C3; }

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

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

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

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

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

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

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

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