Html Css Color HEX #C770FF Heliotrope

📋 copy color: '#C770FF'

red 199 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #C770FF

Tints of Heliotrope #C770FF

RGB

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

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

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

R = 35.16%
G = 19.79%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C770FF (or 0xC770FF) is known color: Heliotrope. HEX triplet: C7, 70 and FF. RGB value is (199,112,255). Sum of RGB (Red+Green+Blue) = 199+112+255=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C770FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770FF is #388F00. Grayscale: #999999. Windows color (decimal): -3706625 or 16740551. OLE color: 16740551.

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

Color convert

RGB 199 112 255 -
CMYK 0.22 0.56 0 0
HSL 276.5º 1% 0.72% -
HSV(B) 276.5º 0.56% 1% -
XYZ 47.4 30.95 98.08 -
YUV 154.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 199 112 255 0.22 0.56 0 0 276.5 1 0.72
Hex C7 70 FF 16 38 0 0 115 64 48
Octal 307 160 377 26 70 0 0 425 144 110
Binary 11000111 1110000 11111111 10110 111000 0 0 100010101 1100100 1001000

Color Harmonies of #C770FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770FF

Black with #C770FF

Text Example


Text Example

White with #C770FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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