#C36DCB

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

Shades of Orchid #C36DCB

Tints of Orchid #C36DCB

Color information

#C36DCB (or 0xC36DCB) is unknown color: approx Orchid. HEX triplet: C3, 6D and CB. RGB value is (195,109,203). Sum of RGB (Red+Green+Blue) = 195+109+203=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCB is #3C9234. Grayscale: #919191. Windows color (decimal): -3969589 or 13331907. OLE color: 13331907.

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

Color convert

RGB195109203-
CMYK0.040.4600.20
HSL294.89º47.47%61.18%-
HSV(B)294.89º46.31%79.61%-
XYZ38.7526.8559.64-
YUV145.43160.49163.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=38.46%
G=21.50%
B=40.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951092030.040.4600.20294.8947.4761.18
HexC36DCB42E0141272f3d
Octal3031553134560244475775
Binary11000011110110111001011100101110010100100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DCB; }

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

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

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

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

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

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

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

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