Html Css Color HEX #C772FF Heliotrope

📋 copy color: '#C772FF'

red 199 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #C772FF

Tints of Heliotrope #C772FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 35.04%
G = 20.07%
B = 44.89%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C772FF (or 0xC772FF) is known color: Heliotrope. HEX triplet: C7, 72 and FF. RGB value is (199,114,255). Sum of RGB (Red+Green+Blue) = 199+114+255=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C772FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FF is #388D00. Grayscale: #9B9B9B. Windows color (decimal): -3706113 or 16741063. OLE color: 16741063.

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

Color convert

RGB 199 114 255 -
CMYK 0.22 0.55 0 0
HSL 276.17º 1% 0.72% -
HSV(B) 276.17º 0.55% 1% -
XYZ 47.62 31.4 98.16 -
YUV 155.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 199 114 255 0.22 0.55 0 0 276.17 1 0.72
Hex C7 72 FF 16 37 0 0 114 64 48
Octal 307 162 377 26 67 0 0 424 144 110
Binary 11000111 1110010 11111111 10110 110111 0 0 100010100 1100100 1001000

Color Harmonies of #C772FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772FF

Black with #C772FF

Text Example


Text Example

White with #C772FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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