Html Css Color HEX #C36BFA Heliotrope

📋 copy color: '#C36BFA'

red 195 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #C36BFA

Tints of Heliotrope #C36BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.38%

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

R = 35.33%
G = 19.38%
B = 45.29%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C36BFA (or 0xC36BFA) is known color: Heliotrope. HEX triplet: C3, 6B and FA. RGB value is (195,107,250). Sum of RGB (Red+Green+Blue) = 195+107+250=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C36BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BFA is #3C9405. Grayscale: #959595. Windows color (decimal): -3970054 or 16411587. OLE color: 16411587.

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

Color convert

RGB 195 107 250 -
CMYK 0.22 0.57 0 0.02
HSL 276.92º 0.93% 0.7% -
HSV(B) 276.92º 0.57% 0.98% -
XYZ 45.02 29.02 93.67 -
YUV 149.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 195 107 250 0.22 0.57 0 0.02 276.92 0.93 0.7
Hex C3 6B FA 16 39 0 2 115 5D 46
Octal 303 153 372 26 71 0 2 425 135 106
Binary 11000011 1101011 11111010 10110 111001 0 10 100010101 1011101 1000110

Color Harmonies of #C36BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BFA

Black with #C36BFA

Text Example


Text Example

White with #C36BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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