#C36ECA

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

Shades of Orchid #C36ECA

Tints of Orchid #C36ECA

Color information

#C36ECA (or 0xC36ECA) is unknown color: approx Orchid. HEX triplet: C3, 6E and CA. RGB value is (195,110,202). Sum of RGB (Red+Green+Blue) = 195+110+202=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C36ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECA is #3C9135. Grayscale: #919191. Windows color (decimal): -3969334 or 13266627. OLE color: 13266627.

HSL color Cylindrical-coordinate representation of color #C36ECA: hue angle of 295.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36ECA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195110202-
CMYK0.030.4600.21
HSL295.43º46.46%61.18%-
HSV(B)295.43º45.54%79.22%-
XYZ38.7427.0259.05-
YUV145.9159.66163.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=38.46%
G=21.70%
B=39.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951102020.030.4600.21295.4346.4661.18
HexC36ECA32E0151272e3d
Octal3031563123560254475675
Binary1100001111011101100101011101110010101100100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ECA; }

 p { color: rgb(195,110,202); }

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

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

 a { background-color: rgb(195,110,202); }

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

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

 span { border-color: rgb(195,110,202); }

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