Html Css Color HEX #C770EC Heliotrope

📋 copy color: '#C770EC'

red 199 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C770EC

Tints of Heliotrope #C770EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.48%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 36.38%
G = 20.48%
B = 43.14%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C770EC (or 0xC770EC) is known color: Heliotrope. HEX triplet: C7, 70 and EC. RGB value is (199,112,236). Sum of RGB (Red+Green+Blue) = 199+112+236=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C770EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770EC is #388F13. Grayscale: #979797. Windows color (decimal): -3706644 or 15495367. OLE color: 15495367.

HSL color Cylindrical-coordinate representation of color #C770EC: hue angle of 282.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C770EC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 112 236 -
CMYK 0.16 0.53 0 0.07
HSL 282.1º 0.77% 0.68% -
HSV(B) 282.1º 0.53% 0.93% -
XYZ 44.49 29.79 82.76 -
YUV 152.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 199 112 236 0.16 0.53 0 0.07 282.1 0.77 0.68
Hex C7 70 EC 10 35 0 7 11A 4D 44
Octal 307 160 354 20 65 0 7 432 115 104
Binary 11000111 1110000 11101100 10000 110101 0 111 100011010 1001101 1000100

Color Harmonies of #C770EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770EC

Black with #C770EC

Text Example


Text Example

White with #C770EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770EC; }

 p { color: rgb(199,112,236); }

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

background-color css

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

 a { background-color: rgb(199,112,236); }

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

border-color css

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

 span { border-color: rgb(199,112,236); }

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