Html Css Color HEX #C06EBC Fuchsia

📋 copy color: '#C06EBC'

red 192 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #C06EBC

Tints of Fuchsia #C06EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 39.18%
G = 22.45%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C06EBC (or 0xC06EBC) is known color: Fuchsia. HEX triplet: C0, 6E and BC. RGB value is (192,110,188). Sum of RGB (Red+Green+Blue) = 192+110+188=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBC is #3F9143. Grayscale: #8F8F8F. Windows color (decimal): -4165956 or 12349120. OLE color: 12349120.

HSL color Cylindrical-coordinate representation of color #C06EBC: hue angle of 302.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EBC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 188 -
CMYK 0 0.43 0.02 0.25
HSL 302.93º 0.39% 0.59% -
HSV(B) 302.93º 0.43% 0.75% -
XYZ 36.39 25.99 50.68 -
YUV 143.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 192 110 188 0 0.43 0.02 0.25 302.93 0.39 0.59
Hex C0 6E BC 0 2B 2 19 12F 27 3B
Octal 300 156 274 0 53 2 31 457 47 73
Binary 11000000 1101110 10111100 0 101011 10 11001 100101111 100111 111011

Color Harmonies of #C06EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EBC

Black with #C06EBC

Text Example


Text Example

White with #C06EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EBC; }

 p { color: rgb(192,110,188); }

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

background-color css

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

 a { background-color: rgb(192,110,188); }

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

border-color css

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

 span { border-color: rgb(192,110,188); }

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