Html Css Color HEX #C76AFC Heliotrope

📋 copy color: '#C76AFC'

red 199 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #C76AFC

Tints of Heliotrope #C76AFC

RGB

 RED value IS 199 (78.13% from 255) = 35.73%

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

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

R = 35.73%
G = 19.03%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C76AFC (or 0xC76AFC) is known color: Heliotrope. HEX triplet: C7, 6A and FC. RGB value is (199,106,252). Sum of RGB (Red+Green+Blue) = 199+106+252=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C76AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFC is #389503. Grayscale: #959595. Windows color (decimal): -3708164 or 16542407. OLE color: 16542407.

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

Color convert

RGB 199 106 252 -
CMYK 0.21 0.58 0 0.01
HSL 278.22º 0.96% 0.7% -
HSV(B) 278.22º 0.58% 0.99% -
XYZ 46.28 29.48 95.35 -
YUV 150.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 199 106 252 0.21 0.58 0 0.01 278.22 0.96 0.7
Hex C7 6A FC 15 3A 0 1 116 60 46
Octal 307 152 374 25 72 0 1 426 140 106
Binary 11000111 1101010 11111100 10101 111010 0 1 100010110 1100000 1000110

Color Harmonies of #C76AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AFC

Black with #C76AFC

Text Example


Text Example

White with #C76AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AFC; }

 p { color: rgb(199,106,252); }

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

background-color css

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

 a { background-color: rgb(199,106,252); }

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

border-color css

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

 span { border-color: rgb(199,106,252); }

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