Html Css Color HEX #C77AF0 Heliotrope

📋 copy color: '#C77AF0'

red 199 ◦ green 122 ◦ blue 240

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

Shades of Heliotrope #C77AF0

Tints of Heliotrope #C77AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.75%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 35.47%
G = 21.75%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C77AF0 (or 0xC77AF0) is known color: Heliotrope. HEX triplet: C7, 7A and F0. RGB value is (199,122,240). Sum of RGB (Red+Green+Blue) = 199+122+240=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #C77AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77AF0 is #38850F. Grayscale: #9E9E9E. Windows color (decimal): -3704080 or 15760071. OLE color: 15760071.

HSL color Cylindrical-coordinate representation of color #C77AF0: hue angle of 279.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77AF0 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 122 240 -
CMYK 0.17 0.49 0 0.06
HSL 279.15º 0.8% 0.71% -
HSV(B) 279.15º 0.49% 0.94% -
XYZ 46.24 32.35 86.25 -
YUV 158.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 199 122 240 0.17 0.49 0 0.06 279.15 0.8 0.71
Hex C7 7A F0 11 31 0 6 117 50 47
Octal 307 172 360 21 61 0 6 427 120 107
Binary 11000111 1111010 11110000 10001 110001 0 110 100010111 1010000 1000111

Color Harmonies of #C77AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AF0

Black with #C77AF0

Text Example


Text Example

White with #C77AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AF0; }

 p { color: rgb(199,122,240); }

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

background-color css

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

 a { background-color: rgb(199,122,240); }

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

border-color css

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

 span { border-color: rgb(199,122,240); }

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