#C36DCC

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

Shades of Orchid #C36DCC

Tints of Orchid #C36DCC

Color information

#C36DCC (or 0xC36DCC) is unknown color: approx Orchid. HEX triplet: C3, 6D and CC. RGB value is (195,109,204). Sum of RGB (Red+Green+Blue) = 195+109+204=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCC is #3C9233. Grayscale: #919191. Windows color (decimal): -3969588 or 13397443. OLE color: 13397443.

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

Color convert

RGB195109204-
CMYK0.040.4700.2
HSL294.32º48.22%61.37%-
HSV(B)294.32º46.57%80%-
XYZ38.8726.960.27-
YUV145.54160.99163.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=38.39%
G=21.46%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951092040.040.4700.2294.3248.2261.37
HexC36DCC42F014126303d
Octal3031553144570244466075
Binary11000011110110111001100100101111010100100100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DCC; }

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

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

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

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

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

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

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

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