Html Css Color HEX #C770E9 Heliotrope

📋 copy color: '#C770E9'

red 199 ◦ green 112 ◦ blue 233

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

Shades of Heliotrope #C770E9

Tints of Heliotrope #C770E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 36.58%
G = 20.59%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C770E9 (or 0xC770E9) is known color: Heliotrope. HEX triplet: C7, 70 and E9. RGB value is (199,112,233). Sum of RGB (Red+Green+Blue) = 199+112+233=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #C770E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770E9 is #388F16. Grayscale: #979797. Windows color (decimal): -3706647 or 15298759. OLE color: 15298759.

HSL color Cylindrical-coordinate representation of color #C770E9: hue angle of 283.14º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C770E9 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 112 233 -
CMYK 0.15 0.52 0 0.09
HSL 283.14º 0.73% 0.68% -
HSV(B) 283.14º 0.52% 0.91% -
XYZ 44.06 29.61 80.48 -
YUV 151.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 199 112 233 0.15 0.52 0 0.09 283.14 0.73 0.68
Hex C7 70 E9 F 34 0 9 11B 49 44
Octal 307 160 351 17 64 0 11 433 111 104
Binary 11000111 1110000 11101001 1111 110100 0 1001 100011011 1001001 1000100

Color Harmonies of #C770E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770E9

Black with #C770E9

Text Example


Text Example

White with #C770E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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