Html Css Color HEX #C36EFA Heliotrope

📋 copy color: '#C36EFA'

red 195 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #C36EFA

Tints of Heliotrope #C36EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 35.14%
G = 19.82%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C36EFA (or 0xC36EFA) is known color: Heliotrope. HEX triplet: C3, 6E and FA. RGB value is (195,110,250). Sum of RGB (Red+Green+Blue) = 195+110+250=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C36EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EFA is #3C9105. Grayscale: #969696. Windows color (decimal): -3969286 or 16412355. OLE color: 16412355.

HSL color Cylindrical-coordinate representation of color #C36EFA: hue angle of 276.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36EFA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 110 250 -
CMYK 0.22 0.56 0 0.02
HSL 276.43º 0.93% 0.71% -
HSV(B) 276.43º 0.56% 0.98% -
XYZ 45.34 29.66 93.78 -
YUV 151.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 195 110 250 0.22 0.56 0 0.02 276.43 0.93 0.71
Hex C3 6E FA 16 38 0 2 114 5D 47
Octal 303 156 372 26 70 0 2 424 135 107
Binary 11000011 1101110 11111010 10110 111000 0 10 100010100 1011101 1000111

Color Harmonies of #C36EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EFA

Black with #C36EFA

Text Example


Text Example

White with #C36EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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