#C36FCA

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

Shades of Orchid #C36FCA

Tints of Orchid #C36FCA

Color information

#C36FCA (or 0xC36FCA) is unknown color: approx Orchid. HEX triplet: C3, 6F and CA. RGB value is (195,111,202). Sum of RGB (Red+Green+Blue) = 195+111+202=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C36FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCA is #3C9035. Grayscale: #929292. Windows color (decimal): -3969078 or 13266883. OLE color: 13266883.

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

Color convert

RGB195111202-
CMYK0.030.4500.21
HSL295.38º46.19%61.37%-
HSV(B)295.38º45.05%79.22%-
XYZ38.8527.2459.09-
YUV146.49159.33162.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=38.39%
G=21.85%
B=39.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951112020.030.4500.21295.3846.1961.37
HexC36FCA32D0151272e3d
Octal3031573123550254475675
Binary1100001111011111100101011101101010101100100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36FCA; }

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

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

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

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

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

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

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

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