Html Css Color HEX #C077FF Heliotrope

📋 copy color: '#C077FF'

red 192 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #C077FF

Tints of Heliotrope #C077FF

RGB

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

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

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

R = 33.92%
G = 21.02%
B = 45.05%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C077FF (or 0xC077FF) is known color: Heliotrope. HEX triplet: C0, 77 and FF. RGB value is (192,119,255). Sum of RGB (Red+Green+Blue) = 192+119+255=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C077FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FF is #3F8800. Grayscale: #9B9B9B. Windows color (decimal): -4163585 or 16742336. OLE color: 16742336.

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

Color convert

RGB 192 119 255 -
CMYK 0.25 0.53 0 0
HSL 272.21º 1% 0.73% -
HSV(B) 272.21º 0.53% 1% -
XYZ 46.39 31.62 98.27 -
YUV 156.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 192 119 255 0.25 0.53 0 0 272.21 1 0.73
Hex C0 77 FF 19 35 0 0 110 64 49
Octal 300 167 377 31 65 0 0 420 144 111
Binary 11000000 1110111 11111111 11001 110101 0 0 100010000 1100100 1001001

Color Harmonies of #C077FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077FF

Black with #C077FF

Text Example


Text Example

White with #C077FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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