Html Css Color HEX #C65DBE Fuchsia

📋 copy color: '#C65DBE'

red 198 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #C65DBE

Tints of Fuchsia #C65DBE

RGB

 RED value IS 198 (77.73% from 255) = 41.16%

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 41.16%
G = 19.33%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65DBE (or 0xC65DBE) is known color: Fuchsia. HEX triplet: C6, 5D and BE. RGB value is (198,93,190). Sum of RGB (Red+Green+Blue) = 198+93+190=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DBE is #39A241. Grayscale: #878787. Windows color (decimal): -3777090 or 12475846. OLE color: 12475846.

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

Color convert

RGB 198 93 190 -
CMYK 0 0.53 0.04 0.22
HSL 304.57º 0.48% 0.57% -
HSV(B) 304.57º 0.53% 0.78% -
XYZ 36.5 23.55 51.34 -
YUV 135.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 198 93 190 0 0.53 0.04 0.22 304.57 0.48 0.57
Hex C6 5D BE 0 35 4 16 131 30 39
Octal 306 135 276 0 65 4 26 461 60 71
Binary 11000110 1011101 10111110 0 110101 100 10110 100110001 110000 111001

Color Harmonies of #C65DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DBE

Black with #C65DBE

Text Example


Text Example

White with #C65DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DBE; }

 p { color: rgb(198,93,190); }

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

background-color css

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

 a { background-color: rgb(198,93,190); }

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

border-color css

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

 span { border-color: rgb(198,93,190); }

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