Html Css Color HEX #C76AFB Heliotrope

📋 copy color: '#C76AFB'

red 199 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #C76AFB

Tints of Heliotrope #C76AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 35.79%
G = 19.06%
B = 45.14%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C76AFB (or 0xC76AFB) is known color: Heliotrope. HEX triplet: C7, 6A and FB. RGB value is (199,106,251). Sum of RGB (Red+Green+Blue) = 199+106+251=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #C76AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFB is #389504. Grayscale: #959595. Windows color (decimal): -3708165 or 16476871. OLE color: 16476871.

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

Color convert

RGB 199 106 251 -
CMYK 0.21 0.58 0 0.02
HSL 278.48º 0.95% 0.7% -
HSV(B) 278.48º 0.58% 0.98% -
XYZ 46.12 29.42 94.51 -
YUV 150.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 199 106 251 0.21 0.58 0 0.02 278.48 0.95 0.7
Hex C7 6A FB 15 3A 0 2 116 5F 46
Octal 307 152 373 25 72 0 2 426 137 106
Binary 11000111 1101010 11111011 10101 111010 0 10 100010110 1011111 1000110

Color Harmonies of #C76AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AFB

Black with #C76AFB

Text Example


Text Example

White with #C76AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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