Html Css Color HEX #C77CFA Heliotrope

📋 copy color: '#C77CFA'

red 199 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #C77CFA

Tints of Heliotrope #C77CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 34.73%
G = 21.64%
B = 43.63%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C77CFA (or 0xC77CFA) is known color: Heliotrope. HEX triplet: C7, 7C and FA. RGB value is (199,124,250). Sum of RGB (Red+Green+Blue) = 199+124+250=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C77CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77CFA is #388305. Grayscale: #A0A0A0. Windows color (decimal): -3703558 or 16415943. OLE color: 16415943.

HSL color Cylindrical-coordinate representation of color #C77CFA: hue angle of 275.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77CFA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 124 250 -
CMYK 0.20 0.50 0 0.02
HSL 275.71º 0.93% 0.73% -
HSV(B) 275.71º 0.5% 0.98% -
XYZ 48.02 33.46 94.37 -
YUV 160.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 199 124 250 0.20 0.50 0 0.02 275.71 0.93 0.73
Hex C7 7C FA 14 32 0 2 114 5D 49
Octal 307 174 372 24 62 0 2 424 135 111
Binary 11000111 1111100 11111010 10100 110010 0 10 100010100 1011101 1001001

Color Harmonies of #C77CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CFA

Black with #C77CFA

Text Example


Text Example

White with #C77CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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