Html Css Color HEX #C06DC8 Fuchsia

📋 copy color: '#C06DC8'

red 192 ◦ green 109 ◦ blue 200

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

Shades of Fuchsia #C06DC8

Tints of Fuchsia #C06DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.76%

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 38.32%
G = 21.76%
B = 39.92%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C06DC8 (or 0xC06DC8) is known color: Fuchsia. HEX triplet: C0, 6D and C8. RGB value is (192,109,200). Sum of RGB (Red+Green+Blue) = 192+109+200=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #C06DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC8 is #3F9237. Grayscale: #8F8F8F. Windows color (decimal): -4166200 or 13135296. OLE color: 13135296.

HSL color Cylindrical-coordinate representation of color #C06DC8: hue angle of 294.73º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06DC8 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 109 200 -
CMYK 0.04 0.46 0 0.22
HSL 294.73º 0.45% 0.61% -
HSV(B) 294.73º 0.46% 0.78% -
XYZ 37.63 26.31 57.74 -
YUV 144.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 192 109 200 0.04 0.46 0 0.22 294.73 0.45 0.61
Hex C0 6D C8 4 2E 0 16 127 2D 3D
Octal 300 155 310 4 56 0 26 447 55 75
Binary 11000000 1101101 11001000 100 101110 0 10110 100100111 101101 111101

Color Harmonies of #C06DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DC8

Black with #C06DC8

Text Example


Text Example

White with #C06DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DC8; }

 p { color: rgb(192,109,200); }

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

background-color css

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

 a { background-color: rgb(192,109,200); }

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

border-color css

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

 span { border-color: rgb(192,109,200); }

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