Html Css Color HEX #C077FE Heliotrope

📋 copy color: '#C077FE'

red 192 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #C077FE

Tints of Heliotrope #C077FE

RGB

 RED value IS 192 (75.39% from 255) = 33.98%

 GREEN value IS 119 (46.88% from 255) = 21.06%

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

R = 33.98%
G = 21.06%
B = 44.96%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C077FE (or 0xC077FE) is known color: Heliotrope. HEX triplet: C0, 77 and FE. RGB value is (192,119,254). Sum of RGB (Red+Green+Blue) = 192+119+254=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 119 (46.88% from 255 or 21.06% 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 #C077FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FE is #3F8801. Grayscale: #9B9B9B. Windows color (decimal): -4163586 or 16676800. OLE color: 16676800.

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

Color convert

RGB 192 119 254 -
CMYK 0.24 0.53 0 0.00
HSL 272.44º 0.99% 0.73% -
HSV(B) 272.44º 0.53% 1% -
XYZ 46.22 31.56 97.42 -
YUV 156.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 192 119 254 0.24 0.53 0 0.00 272.44 0.99 0.73
Hex C0 77 FE 18 35 0 0 110 63 49
Octal 300 167 376 30 65 0 0 420 143 111
Binary 11000000 1110111 11111110 11000 110101 0 0 100010000 1100011 1001001

Color Harmonies of #C077FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077FE

Black with #C077FE

Text Example


Text Example

White with #C077FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077FE; }

 p { color: rgb(192,119,254); }

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

background-color css

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

 a { background-color: rgb(192,119,254); }

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

border-color css

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

 span { border-color: rgb(192,119,254); }

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