Html Css Color HEX #C36CFE Heliotrope

📋 copy color: '#C36CFE'

red 195 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #C36CFE

Tints of Heliotrope #C36CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.39%

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 35.01%
G = 19.39%
B = 45.6%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C36CFE (or 0xC36CFE) is known color: Heliotrope. HEX triplet: C3, 6C and FE. RGB value is (195,108,254). Sum of RGB (Red+Green+Blue) = 195+108+254=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #C36CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CFE is #3C9301. Grayscale: #969696. Windows color (decimal): -3969794 or 16673987. OLE color: 16673987.

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

Color convert

RGB 195 108 254 -
CMYK 0.23 0.57 0 0.00
HSL 275.75º 0.99% 0.71% -
HSV(B) 275.75º 0.57% 1% -
XYZ 45.76 29.48 97.05 -
YUV 150.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 195 108 254 0.23 0.57 0 0.00 275.75 0.99 0.71
Hex C3 6C FE 17 39 0 0 114 63 47
Octal 303 154 376 27 71 0 0 424 143 107
Binary 11000011 1101100 11111110 10111 111001 0 0 100010100 1100011 1000111

Color Harmonies of #C36CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CFE

Black with #C36CFE

Text Example


Text Example

White with #C36CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CFE; }

 p { color: rgb(195,108,254); }

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

background-color css

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

 a { background-color: rgb(195,108,254); }

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

border-color css

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

 span { border-color: rgb(195,108,254); }

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