Html Css Color HEX #C771FD Heliotrope

📋 copy color: '#C771FD'

red 199 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #C771FD

Tints of Heliotrope #C771FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 35.22%
G = 20%
B = 44.78%

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

#C771FD (or 0xC771FD) is known color: Heliotrope. HEX triplet: C7, 71 and FD. RGB value is (199,113,253). Sum of RGB (Red+Green+Blue) = 199+113+253=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C771FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FD is #388E02. Grayscale: #9A9A9A. Windows color (decimal): -3706371 or 16609735. OLE color: 16609735.

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

Color convert

RGB 199 113 253 -
CMYK 0.21 0.55 0 0.01
HSL 276.86º 0.97% 0.72% -
HSV(B) 276.86º 0.55% 0.99% -
XYZ 47.19 31.04 96.43 -
YUV 154.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 199 113 253 0.21 0.55 0 0.01 276.86 0.97 0.72
Hex C7 71 FD 15 37 0 1 115 61 48
Octal 307 161 375 25 67 0 1 425 141 110
Binary 11000111 1110001 11111101 10101 110111 0 1 100010101 1100001 1001000

Color Harmonies of #C771FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771FD

Black with #C771FD

Text Example


Text Example

White with #C771FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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