Html Css Color HEX #C46FFC Heliotrope

📋 copy color: '#C46FFC'

red 196 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #C46FFC

Tints of Heliotrope #C46FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.86%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 35.06%
G = 19.86%
B = 45.08%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C46FFC (or 0xC46FFC) is known color: Heliotrope. HEX triplet: C4, 6F and FC. RGB value is (196,111,252). Sum of RGB (Red+Green+Blue) = 196+111+252=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FFC is #3B9003. Grayscale: #989898. Windows color (decimal): -3903492 or 16543684. OLE color: 16543684.

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

Color convert

RGB 196 111 252 -
CMYK 0.22 0.56 0 0.01
HSL 276.17º 0.96% 0.71% -
HSV(B) 276.17º 0.56% 0.99% -
XYZ 46.02 30.13 95.49 -
YUV 152.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 196 111 252 0.22 0.56 0 0.01 276.17 0.96 0.71
Hex C4 6F FC 16 38 0 1 114 60 47
Octal 304 157 374 26 70 0 1 424 140 107
Binary 11000100 1101111 11111100 10110 111000 0 1 100010100 1100000 1000111

Color Harmonies of #C46FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FFC

Black with #C46FFC

Text Example


Text Example

White with #C46FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FFC; }

 p { color: rgb(196,111,252); }

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

background-color css

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

 a { background-color: rgb(196,111,252); }

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

border-color css

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

 span { border-color: rgb(196,111,252); }

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