Html Css Color HEX #C36AEF Heliotrope

📋 copy color: '#C36AEF'

red 195 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #C36AEF

Tints of Heliotrope #C36AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 36.11%
G = 19.63%
B = 44.26%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C36AEF (or 0xC36AEF) is known color: Heliotrope. HEX triplet: C3, 6A and EF. RGB value is (195,106,239). Sum of RGB (Red+Green+Blue) = 195+106+239=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #C36AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AEF is #3C9510. Grayscale: #939393. Windows color (decimal): -3970321 or 15690435. OLE color: 15690435.

HSL color Cylindrical-coordinate representation of color #C36AEF: hue angle of 280.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36AEF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 106 239 -
CMYK 0.18 0.56 0 0.06
HSL 280.15º 0.81% 0.68% -
HSV(B) 280.15º 0.56% 0.94% -
XYZ 43.24 28.14 84.81 -
YUV 147.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 195 106 239 0.18 0.56 0 0.06 280.15 0.81 0.68
Hex C3 6A EF 12 38 0 6 118 51 44
Octal 303 152 357 22 70 0 6 430 121 104
Binary 11000011 1101010 11101111 10010 111000 0 110 100011000 1010001 1000100

Color Harmonies of #C36AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AEF

Black with #C36AEF

Text Example


Text Example

White with #C36AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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