Html Css Color HEX #C772FB Heliotrope

📋 copy color: '#C772FB'

red 199 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #C772FB

Tints of Heliotrope #C772FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 35.28%
G = 20.21%
B = 44.5%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C772FB (or 0xC772FB) is known color: Heliotrope. HEX triplet: C7, 72 and FB. RGB value is (199,114,251). Sum of RGB (Red+Green+Blue) = 199+114+251=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C772FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FB is #388D04. Grayscale: #9A9A9A. Windows color (decimal): -3706117 or 16478919. OLE color: 16478919.

HSL color Cylindrical-coordinate representation of color #C772FB: hue angle of 277.23º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C772FB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 114 251 -
CMYK 0.21 0.55 0 0.02
HSL 277.23º 0.94% 0.72% -
HSV(B) 277.23º 0.55% 0.98% -
XYZ 46.98 31.14 94.8 -
YUV 155.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 199 114 251 0.21 0.55 0 0.02 277.23 0.94 0.72
Hex C7 72 FB 15 37 0 2 115 5E 48
Octal 307 162 373 25 67 0 2 425 136 110
Binary 11000111 1110010 11111011 10101 110111 0 10 100010101 1011110 1001000

Color Harmonies of #C772FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772FB

Black with #C772FB

Text Example


Text Example

White with #C772FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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