Html Css Color HEX #C771FB Heliotrope

📋 copy color: '#C771FB'

red 199 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #C771FB

Tints of Heliotrope #C771FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.07%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 35.35%
G = 20.07%
B = 44.58%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C771FB (or 0xC771FB) is known color: Heliotrope. HEX triplet: C7, 71 and FB. RGB value is (199,113,251). Sum of RGB (Red+Green+Blue) = 199+113+251=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C771FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FB is #388E04. Grayscale: #999999. Windows color (decimal): -3706373 or 16478663. OLE color: 16478663.

HSL color Cylindrical-coordinate representation of color #C771FB: hue angle of 277.39º degrees, saturation: 0.95, 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 #C771FB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 113 251 -
CMYK 0.21 0.55 0 0.02
HSL 277.39º 0.95% 0.71% -
HSV(B) 277.39º 0.55% 0.98% -
XYZ 46.87 30.92 94.76 -
YUV 154.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 199 113 251 0.21 0.55 0 0.02 277.39 0.95 0.71
Hex C7 71 FB 15 37 0 2 115 5F 47
Octal 307 161 373 25 67 0 2 425 137 107
Binary 11000111 1110001 11111011 10101 110111 0 10 100010101 1011111 1000111

Color Harmonies of #C771FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771FB

Black with #C771FB

Text Example


Text Example

White with #C771FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771FB; }

 p { color: rgb(199,113,251); }

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

background-color css

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

 a { background-color: rgb(199,113,251); }

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

border-color css

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

 span { border-color: rgb(199,113,251); }

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