Html Css Color HEX #C36EFC Heliotrope

📋 copy color: '#C36EFC'

red 195 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #C36EFC

Tints of Heliotrope #C36EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 35.01%
G = 19.75%
B = 45.24%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C36EFC (or 0xC36EFC) is known color: Heliotrope. HEX triplet: C3, 6E and FC. RGB value is (195,110,252). Sum of RGB (Red+Green+Blue) = 195+110+252=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C36EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EFC is #3C9103. Grayscale: #979797. Windows color (decimal): -3969284 or 16543427. OLE color: 16543427.

HSL color Cylindrical-coordinate representation of color #C36EFC: hue angle of 275.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36EFC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 110 252 -
CMYK 0.23 0.56 0 0.01
HSL 275.92º 0.96% 0.71% -
HSV(B) 275.92º 0.56% 0.99% -
XYZ 45.65 29.78 95.44 -
YUV 151.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 195 110 252 0.23 0.56 0 0.01 275.92 0.96 0.71
Hex C3 6E FC 17 38 0 1 114 60 47
Octal 303 156 374 27 70 0 1 424 140 107
Binary 11000011 1101110 11111100 10111 111000 0 1 100010100 1100000 1000111

Color Harmonies of #C36EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EFC

Black with #C36EFC

Text Example


Text Example

White with #C36EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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