Html Css Color HEX #C772FC Heliotrope

📋 copy color: '#C772FC'

red 199 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #C772FC

Tints of Heliotrope #C772FC

RGB

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

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

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

R = 35.22%
G = 20.18%
B = 44.6%

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

#C772FC (or 0xC772FC) is known color: Heliotrope. HEX triplet: C7, 72 and FC. RGB value is (199,114,252). Sum of RGB (Red+Green+Blue) = 199+114+252=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C772FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FC is #388D03. Grayscale: #9A9A9A. Windows color (decimal): -3706116 or 16544455. OLE color: 16544455.

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

Color convert

RGB 199 114 252 -
CMYK 0.21 0.55 0 0.01
HSL 276.96º 0.96% 0.72% -
HSV(B) 276.96º 0.55% 0.99% -
XYZ 47.14 31.21 95.63 -
YUV 155.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 199 114 252 0.21 0.55 0 0.01 276.96 0.96 0.72
Hex C7 72 FC 15 37 0 1 115 60 48
Octal 307 162 374 25 67 0 1 425 140 110
Binary 11000111 1110010 11111100 10101 110111 0 1 100010101 1100000 1001000

Color Harmonies of #C772FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772FC

Black with #C772FC

Text Example


Text Example

White with #C772FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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