#C36FCC

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

Shades of Orchid #C36FCC

Tints of Orchid #C36FCC

Color information

#C36FCC (or 0xC36FCC) is unknown color: approx Orchid. HEX triplet: C3, 6F and CC. RGB value is (195,111,204). Sum of RGB (Red+Green+Blue) = 195+111+204=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCC is #3C9033. Grayscale: #929292. Windows color (decimal): -3969076 or 13397955. OLE color: 13397955.

HSL color Cylindrical-coordinate representation of color #C36FCC: hue angle of 294.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36FCC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195111204-
CMYK0.040.4600.2
HSL294.19º47.69%61.76%-
HSV(B)294.19º45.59%80%-
XYZ39.0927.3360.34-
YUV146.72160.33162.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 204 (80.08% from 255) = 40%
R=38.24%
G=21.76%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951112040.040.4600.2294.1947.6961.76
HexC36FCC42E014126303e
Octal3031573144560244466076
Binary11000011110111111001100100101110010100100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36FCC; }

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

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

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

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

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

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

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

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