Html Css Color HEX #C77CF2 Heliotrope

📋 copy color: '#C77CF2'

red 199 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C77CF2

Tints of Heliotrope #C77CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

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

R = 35.22%
G = 21.95%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C77CF2 (or 0xC77CF2) is known color: Heliotrope. HEX triplet: C7, 7C and F2. RGB value is (199,124,242). Sum of RGB (Red+Green+Blue) = 199+124+242=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #C77CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77CF2 is #38830D. Grayscale: #9F9F9F. Windows color (decimal): -3703566 or 15891655. OLE color: 15891655.

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

Color convert

RGB 199 124 242 -
CMYK 0.18 0.49 0 0.05
HSL 278.14º 0.82% 0.72% -
HSV(B) 278.14º 0.49% 0.95% -
XYZ 46.79 32.97 87.9 -
YUV 159.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 199 124 242 0.18 0.49 0 0.05 278.14 0.82 0.72
Hex C7 7C F2 12 31 0 5 116 52 48
Octal 307 174 362 22 61 0 5 426 122 110
Binary 11000111 1111100 11110010 10010 110001 0 101 100010110 1010010 1001000

Color Harmonies of #C77CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CF2

Black with #C77CF2

Text Example


Text Example

White with #C77CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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