Html Css Color HEX #C76AFD Heliotrope

📋 copy color: '#C76AFD'

red 199 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #C76AFD

Tints of Heliotrope #C76AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 35.66%
G = 19%
B = 45.34%

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

#C76AFD (or 0xC76AFD) is known color: Heliotrope. HEX triplet: C7, 6A and FD. RGB value is (199,106,253). Sum of RGB (Red+Green+Blue) = 199+106+253=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C76AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFD is #389502. Grayscale: #969696. Windows color (decimal): -3708163 or 16607943. OLE color: 16607943.

HSL color Cylindrical-coordinate representation of color #C76AFD: hue angle of 277.96º degrees, saturation: 0.97, 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 #C76AFD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 106 253 -
CMYK 0.21 0.58 0 0.01
HSL 277.96º 0.97% 0.7% -
HSV(B) 277.96º 0.58% 0.99% -
XYZ 46.44 29.54 96.18 -
YUV 150.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 199 106 253 0.21 0.58 0 0.01 277.96 0.97 0.7
Hex C7 6A FD 15 3A 0 1 116 61 46
Octal 307 152 375 25 72 0 1 426 141 106
Binary 11000111 1101010 11111101 10101 111010 0 1 100010110 1100001 1000110

Color Harmonies of #C76AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AFD

Black with #C76AFD

Text Example


Text Example

White with #C76AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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