Html Css Color HEX #C772EF Heliotrope

📋 copy color: '#C772EF'

red 199 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #C772EF

Tints of Heliotrope #C772EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 36.05%
G = 20.65%
B = 43.3%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C772EF (or 0xC772EF) is known color: Heliotrope. HEX triplet: C7, 72 and EF. RGB value is (199,114,239). Sum of RGB (Red+Green+Blue) = 199+114+239=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #C772EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772EF is #388D10. Grayscale: #999999. Windows color (decimal): -3706129 or 15692487. OLE color: 15692487.

HSL color Cylindrical-coordinate representation of color #C772EF: hue angle of 280.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C772EF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 114 239 -
CMYK 0.17 0.52 0 0.06
HSL 280.8º 0.8% 0.69% -
HSV(B) 280.8º 0.52% 0.94% -
XYZ 45.15 30.41 85.15 -
YUV 153.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 199 114 239 0.17 0.52 0 0.06 280.8 0.8 0.69
Hex C7 72 EF 11 34 0 6 119 50 45
Octal 307 162 357 21 64 0 6 431 120 105
Binary 11000111 1110010 11101111 10001 110100 0 110 100011001 1010000 1000101

Color Harmonies of #C772EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772EF

Black with #C772EF

Text Example


Text Example

White with #C772EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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