Html Css Color HEX #C45BF6 Heliotrope

📋 copy color: '#C45BF6'

red 196 ◦ green 91 ◦ blue 246

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

Shades of Heliotrope #C45BF6

Tints of Heliotrope #C45BF6

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

 GREEN value IS 91 (35.94% from 255) = 17.07%

 BLUE value IS 246 (96.48% from 255) = 46.15%

R = 36.77%
G = 17.07%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C45BF6 (or 0xC45BF6) is known color: Heliotrope. HEX triplet: C4, 5B and F6. RGB value is (196,91,246). Sum of RGB (Red+Green+Blue) = 196+91+246=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #C45BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BF6 is #3BA409. Grayscale: #8B8B8B. Windows color (decimal): -3908618 or 16145348. OLE color: 16145348.

HSL color Cylindrical-coordinate representation of color #C45BF6: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45BF6 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 91 246 -
CMYK 0.20 0.63 0 0.04
HSL 280.65º 0.9% 0.66% -
HSV(B) 280.65º 0.63% 0.96% -
XYZ 43.14 25.87 89.91 -
YUV 140.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 196 91 246 0.20 0.63 0 0.04 280.65 0.9 0.66
Hex C4 5B F6 14 3F 0 4 119 5A 42
Octal 304 133 366 24 77 0 4 431 132 102
Binary 11000100 1011011 11110110 10100 111111 0 100 100011001 1011010 1000010

Color Harmonies of #C45BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BF6

Black with #C45BF6

Text Example


Text Example

White with #C45BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BF6; }

 p { color: rgb(196,91,246); }

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

background-color css

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

 a { background-color: rgb(196,91,246); }

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

border-color css

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

 span { border-color: rgb(196,91,246); }

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