Html Css Color HEX #C076FD Heliotrope

📋 copy color: '#C076FD'

red 192 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #C076FD

Tints of Heliotrope #C076FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 34.1%
G = 20.96%
B = 44.94%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C076FD (or 0xC076FD) is known color: Heliotrope. HEX triplet: C0, 76 and FD. RGB value is (192,118,253). Sum of RGB (Red+Green+Blue) = 192+118+253=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C076FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076FD is #3F8902. Grayscale: #9B9B9B. Windows color (decimal): -4163843 or 16611008. OLE color: 16611008.

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

Color convert

RGB 192 118 253 -
CMYK 0.24 0.53 0 0.01
HSL 272.89º 0.97% 0.73% -
HSV(B) 272.89º 0.53% 0.99% -
XYZ 45.95 31.26 96.54 -
YUV 155.52 183.02 154.02 -
System Red Green Blue C M Y K H S L
Decimal 192 118 253 0.24 0.53 0 0.01 272.89 0.97 0.73
Hex C0 76 FD 18 35 0 1 111 61 49
Octal 300 166 375 30 65 0 1 421 141 111
Binary 11000000 1110110 11111101 11000 110101 0 1 100010001 1100001 1001001

Color Harmonies of #C076FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076FD

Black with #C076FD

Text Example


Text Example

White with #C076FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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