Html Css Color HEX #C772FE Heliotrope

📋 copy color: '#C772FE'

red 199 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #C772FE

Tints of Heliotrope #C772FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 35.1%
G = 20.11%
B = 44.8%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C772FE (or 0xC772FE) is known color: Heliotrope. HEX triplet: C7, 72 and FE. RGB value is (199,114,254). Sum of RGB (Red+Green+Blue) = 199+114+254=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C772FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FE is #388D01. Grayscale: #9A9A9A. Windows color (decimal): -3706114 or 16675527. OLE color: 16675527.

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

Color convert

RGB 199 114 254 -
CMYK 0.22 0.55 0 0.00
HSL 276.43º 0.99% 0.72% -
HSV(B) 276.43º 0.55% 1% -
XYZ 47.46 31.33 97.31 -
YUV 155.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 199 114 254 0.22 0.55 0 0.00 276.43 0.99 0.72
Hex C7 72 FE 16 37 0 0 114 63 48
Octal 307 162 376 26 67 0 0 424 143 110
Binary 11000111 1110010 11111110 10110 110111 0 0 100010100 1100011 1001000

Color Harmonies of #C772FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772FE

Black with #C772FE

Text Example


Text Example

White with #C772FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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