Html Css Color HEX #C36AF6 Heliotrope

📋 copy color: '#C36AF6'

red 195 ◦ green 106 ◦ blue 246

#C36AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C36AF6

Tints of Heliotrope #C36AF6

RGB

 RED value IS 195 (76.56% from 255) = 35.65%

 GREEN value IS 106 (41.8% from 255) = 19.38%

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 35.65%
G = 19.38%
B = 44.97%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C36AF6 (or 0xC36AF6) is known color: Heliotrope. HEX triplet: C3, 6A and F6. RGB value is (195,106,246). Sum of RGB (Red+Green+Blue) = 195+106+246=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #C36AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AF6 is #3C9509. Grayscale: #949494. Windows color (decimal): -3970314 or 16149187. OLE color: 16149187.

HSL color Cylindrical-coordinate representation of color #C36AF6: hue angle of 278.14º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36AF6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 106 246 -
CMYK 0.21 0.57 0 0.04
HSL 278.14º 0.89% 0.69% -
HSV(B) 278.14º 0.57% 0.96% -
XYZ 44.29 28.56 90.37 -
YUV 148.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 195 106 246 0.21 0.57 0 0.04 278.14 0.89 0.69
Hex C3 6A F6 15 39 0 4 116 59 45
Octal 303 152 366 25 71 0 4 426 131 105
Binary 11000011 1101010 11110110 10101 111001 0 100 100010110 1011001 1000101

Color Harmonies of #C36AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AF6

Black with #C36AF6

Text Example


Text Example

White with #C36AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AF6; }

 p { color: rgb(195,106,246); }

 H1.HeaderClassName
 {
   color: #C36AF6;
 }
 .AnyTagClassName
 {
   color: #C36AF6;
 }
</style>

background-color css

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

 a { background-color: rgb(195,106,246); }

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

border-color css

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

 span { border-color: rgb(195,106,246); }

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