Html Css Color HEX #C771FC Heliotrope

📋 copy color: '#C771FC'

red 199 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #C771FC

Tints of Heliotrope #C771FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 35.28%
G = 20.04%
B = 44.68%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C771FC (or 0xC771FC) is known color: Heliotrope. HEX triplet: C7, 71 and FC. RGB value is (199,113,252). Sum of RGB (Red+Green+Blue) = 199+113+252=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C771FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FC is #388E03. Grayscale: #9A9A9A. Windows color (decimal): -3706372 or 16544199. OLE color: 16544199.

HSL color Cylindrical-coordinate representation of color #C771FC: hue angle of 277.12º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C771FC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 113 252 -
CMYK 0.21 0.55 0 0.01
HSL 277.12º 0.96% 0.72% -
HSV(B) 277.12º 0.55% 0.99% -
XYZ 47.03 30.98 95.6 -
YUV 154.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 199 113 252 0.21 0.55 0 0.01 277.12 0.96 0.72
Hex C7 71 FC 15 37 0 1 115 60 48
Octal 307 161 374 25 67 0 1 425 140 110
Binary 11000111 1110001 11111100 10101 110111 0 1 100010101 1100000 1001000

Color Harmonies of #C771FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771FC

Black with #C771FC

Text Example


Text Example

White with #C771FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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