Html Css Color HEX #C771FF Heliotrope

📋 copy color: '#C771FF'

red 199 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #C771FF

Tints of Heliotrope #C771FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 35.1%
G = 19.93%
B = 44.97%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C771FF (or 0xC771FF) is known color: Heliotrope. HEX triplet: C7, 71 and FF. RGB value is (199,113,255). Sum of RGB (Red+Green+Blue) = 199+113+255=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C771FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FF is #388E00. Grayscale: #9A9A9A. Windows color (decimal): -3706369 or 16740807. OLE color: 16740807.

HSL color Cylindrical-coordinate representation of color #C771FF: hue angle of 276.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C771FF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 113 255 -
CMYK 0.22 0.56 0 0
HSL 276.34º 1% 0.72% -
HSV(B) 276.34º 0.56% 1% -
XYZ 47.51 31.17 98.12 -
YUV 154.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 199 113 255 0.22 0.56 0 0 276.34 1 0.72
Hex C7 71 FF 16 38 0 0 114 64 48
Octal 307 161 377 26 70 0 0 424 144 110
Binary 11000111 1110001 11111111 10110 111000 0 0 100010100 1100100 1001000

Color Harmonies of #C771FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771FF

Black with #C771FF

Text Example


Text Example

White with #C771FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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