Html Css Color HEX #C36AEE Heliotrope

📋 copy color: '#C36AEE'

red 195 ◦ green 106 ◦ blue 238

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

Shades of Heliotrope #C36AEE

Tints of Heliotrope #C36AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 36.18%
G = 19.67%
B = 44.16%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C36AEE (or 0xC36AEE) is known color: Heliotrope. HEX triplet: C3, 6A and EE. RGB value is (195,106,238). Sum of RGB (Red+Green+Blue) = 195+106+238=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #C36AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AEE is #3C9511. Grayscale: #939393. Windows color (decimal): -3970322 or 15624899. OLE color: 15624899.

HSL color Cylindrical-coordinate representation of color #C36AEE: hue angle of 280.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36AEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 106 238 -
CMYK 0.18 0.55 0 0.07
HSL 280.45º 0.8% 0.67% -
HSV(B) 280.45º 0.55% 0.93% -
XYZ 43.09 28.08 84.04 -
YUV 147.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 195 106 238 0.18 0.55 0 0.07 280.45 0.8 0.67
Hex C3 6A EE 12 37 0 7 118 50 43
Octal 303 152 356 22 67 0 7 430 120 103
Binary 11000011 1101010 11101110 10010 110111 0 111 100011000 1010000 1000011

Color Harmonies of #C36AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AEE

Black with #C36AEE

Text Example


Text Example

White with #C36AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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