Html Css Color HEX #C770F9 Heliotrope

📋 copy color: '#C770F9'

red 199 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #C770F9

Tints of Heliotrope #C770F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20%

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 35.54%
G = 20%
B = 44.46%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C770F9 (or 0xC770F9) is known color: Heliotrope. HEX triplet: C7, 70 and F9. RGB value is (199,112,249). Sum of RGB (Red+Green+Blue) = 199+112+249=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #C770F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770F9 is #388F06. Grayscale: #999999. Windows color (decimal): -3706631 or 16347335. OLE color: 16347335.

HSL color Cylindrical-coordinate representation of color #C770F9: hue angle of 278.1º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C770F9 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 112 249 -
CMYK 0.20 0.55 0 0.02
HSL 278.1º 0.92% 0.71% -
HSV(B) 278.1º 0.55% 0.98% -
XYZ 46.45 30.57 93.08 -
YUV 153.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 199 112 249 0.20 0.55 0 0.02 278.1 0.92 0.71
Hex C7 70 F9 14 37 0 2 116 5C 47
Octal 307 160 371 24 67 0 2 426 134 107
Binary 11000111 1110000 11111001 10100 110111 0 10 100010110 1011100 1000111

Color Harmonies of #C770F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770F9

Black with #C770F9

Text Example


Text Example

White with #C770F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770F9; }

 p { color: rgb(199,112,249); }

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

background-color css

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

 a { background-color: rgb(199,112,249); }

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

border-color css

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

 span { border-color: rgb(199,112,249); }

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