Html Css Color HEX #C770FA Heliotrope

📋 copy color: '#C770FA'

red 199 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C770FA

Tints of Heliotrope #C770FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 35.47%
G = 19.96%
B = 44.56%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C770FA (or 0xC770FA) is known color: Heliotrope. HEX triplet: C7, 70 and FA. RGB value is (199,112,250). Sum of RGB (Red+Green+Blue) = 199+112+250=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #C770FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770FA is #388F05. Grayscale: #999999. Windows color (decimal): -3706630 or 16412871. OLE color: 16412871.

HSL color Cylindrical-coordinate representation of color #C770FA: hue angle of 277.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C770FA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 112 250 -
CMYK 0.20 0.55 0 0.02
HSL 277.83º 0.93% 0.71% -
HSV(B) 277.83º 0.55% 0.98% -
XYZ 46.6 30.63 93.9 -
YUV 153.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 199 112 250 0.20 0.55 0 0.02 277.83 0.93 0.71
Hex C7 70 FA 14 37 0 2 116 5D 47
Octal 307 160 372 24 67 0 2 426 135 107
Binary 11000111 1110000 11111010 10100 110111 0 10 100010110 1011101 1000111

Color Harmonies of #C770FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770FA

Black with #C770FA

Text Example


Text Example

White with #C770FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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