Html Css Color HEX #C77BFA Heliotrope

📋 copy color: '#C77BFA'

red 199 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #C77BFA

Tints of Heliotrope #C77BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.5%

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

R = 34.79%
G = 21.5%
B = 43.71%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C77BFA (or 0xC77BFA) is known color: Heliotrope. HEX triplet: C7, 7B and FA. RGB value is (199,123,250). Sum of RGB (Red+Green+Blue) = 199+123+250=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C77BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BFA is #388405. Grayscale: #9F9F9F. Windows color (decimal): -3703814 or 16415687. OLE color: 16415687.

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

Color convert

RGB 199 123 250 -
CMYK 0.20 0.51 0 0.02
HSL 275.91º 0.93% 0.73% -
HSV(B) 275.91º 0.51% 0.98% -
XYZ 47.89 33.21 94.33 -
YUV 160.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 199 123 250 0.20 0.51 0 0.02 275.91 0.93 0.73
Hex C7 7B FA 14 33 0 2 114 5D 49
Octal 307 173 372 24 63 0 2 424 135 111
Binary 11000111 1111011 11111010 10100 110011 0 10 100010100 1011101 1001001

Color Harmonies of #C77BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BFA

Black with #C77BFA

Text Example


Text Example

White with #C77BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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