Html Css Color HEX #C776F2 Heliotrope

📋 copy color: '#C776F2'

red 199 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #C776F2

Tints of Heliotrope #C776F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.11%

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 35.6%
G = 21.11%
B = 43.29%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C776F2 (or 0xC776F2) is known color: Heliotrope. HEX triplet: C7, 76 and F2. RGB value is (199,118,242). Sum of RGB (Red+Green+Blue) = 199+118+242=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C776F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776F2 is #38890D. Grayscale: #9B9B9B. Windows color (decimal): -3705102 or 15890119. OLE color: 15890119.

HSL color Cylindrical-coordinate representation of color #C776F2: hue angle of 279.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C776F2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 118 242 -
CMYK 0.18 0.51 0 0.05
HSL 279.19º 0.83% 0.71% -
HSV(B) 279.19º 0.51% 0.95% -
XYZ 46.06 31.51 87.66 -
YUV 156.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 199 118 242 0.18 0.51 0 0.05 279.19 0.83 0.71
Hex C7 76 F2 12 33 0 5 117 53 47
Octal 307 166 362 22 63 0 5 427 123 107
Binary 11000111 1110110 11110010 10010 110011 0 101 100010111 1010011 1000111

Color Harmonies of #C776F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C776F2

Black with #C776F2

Text Example


Text Example

White with #C776F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C776F2; }

 p { color: rgb(199,118,242); }

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

background-color css

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

 a { background-color: rgb(199,118,242); }

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

border-color css

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

 span { border-color: rgb(199,118,242); }

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