Html Css Color HEX #C076FF Heliotrope

📋 copy color: '#C076FF'

red 192 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #C076FF

Tints of Heliotrope #C076FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 33.98%
G = 20.88%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C076FF (or 0xC076FF) is known color: Heliotrope. HEX triplet: C0, 76 and FF. RGB value is (192,118,255). Sum of RGB (Red+Green+Blue) = 192+118+255=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C076FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076FF is #3F8900. Grayscale: #9B9B9B. Windows color (decimal): -4163841 or 16742080. OLE color: 16742080.

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

Color convert

RGB 192 118 255 -
CMYK 0.25 0.54 0 0
HSL 272.41º 1% 0.73% -
HSV(B) 272.41º 0.54% 1% -
XYZ 46.27 31.38 98.23 -
YUV 155.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 192 118 255 0.25 0.54 0 0 272.41 1 0.73
Hex C0 76 FF 19 36 0 0 110 64 49
Octal 300 166 377 31 66 0 0 420 144 111
Binary 11000000 1110110 11111111 11001 110110 0 0 100010000 1100100 1001001

Color Harmonies of #C076FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076FF

Black with #C076FF

Text Example


Text Example

White with #C076FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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