Html Css Color HEX #C772FD Heliotrope

📋 copy color: '#C772FD'

red 199 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #C772FD

Tints of Heliotrope #C772FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.14%

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

R = 35.16%
G = 20.14%
B = 44.7%

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

#C772FD (or 0xC772FD) is known color: Heliotrope. HEX triplet: C7, 72 and FD. RGB value is (199,114,253). Sum of RGB (Red+Green+Blue) = 199+114+253=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C772FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FD is #388D02. Grayscale: #9A9A9A. Windows color (decimal): -3706115 or 16609991. OLE color: 16609991.

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

Color convert

RGB 199 114 253 -
CMYK 0.21 0.55 0 0.01
HSL 276.69º 0.97% 0.72% -
HSV(B) 276.69º 0.55% 0.99% -
XYZ 47.3 31.27 96.47 -
YUV 155.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 199 114 253 0.21 0.55 0 0.01 276.69 0.97 0.72
Hex C7 72 FD 15 37 0 1 115 61 48
Octal 307 162 375 25 67 0 1 425 141 110
Binary 11000111 1110010 11111101 10101 110111 0 1 100010101 1100001 1001000

Color Harmonies of #C772FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772FD

Black with #C772FD

Text Example


Text Example

White with #C772FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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