Html Css Color HEX #C770FE Heliotrope

📋 copy color: '#C770FE'

red 199 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C770FE

Tints of Heliotrope #C770FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 35.22%
G = 19.82%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C770FE (or 0xC770FE) is known color: Heliotrope. HEX triplet: C7, 70 and FE. RGB value is (199,112,254). Sum of RGB (Red+Green+Blue) = 199+112+254=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #C770FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770FE is #388F01. Grayscale: #999999. Windows color (decimal): -3706626 or 16675015. OLE color: 16675015.

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

Color convert

RGB 199 112 254 -
CMYK 0.22 0.56 0 0.00
HSL 276.76º 0.99% 0.72% -
HSV(B) 276.76º 0.56% 1% -
XYZ 47.24 30.89 97.24 -
YUV 154.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 199 112 254 0.22 0.56 0 0.00 276.76 0.99 0.72
Hex C7 70 FE 16 38 0 0 115 63 48
Octal 307 160 376 26 70 0 0 425 143 110
Binary 11000111 1110000 11111110 10110 111000 0 0 100010101 1100011 1001000

Color Harmonies of #C770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770FE

Black with #C770FE

Text Example


Text Example

White with #C770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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