Html Css Color HEX #C06EBD Fuchsia

📋 copy color: '#C06EBD'

red 192 ◦ green 110 ◦ blue 189

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

Shades of Fuchsia #C06EBD

Tints of Fuchsia #C06EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 39.1%
G = 22.4%
B = 38.49%

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

#C06EBD (or 0xC06EBD) is known color: Fuchsia. HEX triplet: C0, 6E and BD. RGB value is (192,110,189). Sum of RGB (Red+Green+Blue) = 192+110+189=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBD is #3F9142. Grayscale: #8F8F8F. Windows color (decimal): -4165955 or 12414656. OLE color: 12414656.

HSL color Cylindrical-coordinate representation of color #C06EBD: hue angle of 302.2º 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 #C06EBD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 189 -
CMYK 0 0.43 0.02 0.25
HSL 302.2º 0.39% 0.59% -
HSV(B) 302.2º 0.43% 0.75% -
XYZ 36.5 26.03 51.25 -
YUV 143.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 192 110 189 0 0.43 0.02 0.25 302.2 0.39 0.59
Hex C0 6E BD 0 2B 2 19 12E 27 3B
Octal 300 156 275 0 53 2 31 456 47 73
Binary 11000000 1101110 10111101 0 101011 10 11001 100101110 100111 111011

Color Harmonies of #C06EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EBD

Black with #C06EBD

Text Example


Text Example

White with #C06EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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