Html Css Color HEX #C076F8 Heliotrope

📋 copy color: '#C076F8'

red 192 ◦ green 118 ◦ blue 248

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

Shades of Heliotrope #C076F8

Tints of Heliotrope #C076F8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 34.41%
G = 21.15%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C076F8 (or 0xC076F8) is known color: Heliotrope. HEX triplet: C0, 76 and F8. RGB value is (192,118,248). Sum of RGB (Red+Green+Blue) = 192+118+248=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #C076F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076F8 is #3F8907. Grayscale: #9A9A9A. Windows color (decimal): -4163848 or 16283328. OLE color: 16283328.

HSL color Cylindrical-coordinate representation of color #C076F8: hue angle of 274.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C076F8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 118 248 -
CMYK 0.23 0.52 0 0.03
HSL 274.15º 0.9% 0.72% -
HSV(B) 274.15º 0.52% 0.97% -
XYZ 45.16 30.94 92.4 -
YUV 154.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 192 118 248 0.23 0.52 0 0.03 274.15 0.9 0.72
Hex C0 76 F8 17 34 0 3 112 5A 48
Octal 300 166 370 27 64 0 3 422 132 110
Binary 11000000 1110110 11111000 10111 110100 0 11 100010010 1011010 1001000

Color Harmonies of #C076F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076F8

Black with #C076F8

Text Example


Text Example

White with #C076F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076F8; }

 p { color: rgb(192,118,248); }

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

background-color css

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

 a { background-color: rgb(192,118,248); }

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

border-color css

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

 span { border-color: rgb(192,118,248); }

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