Html Css Color HEX #C65DAB Fuchsia

📋 copy color: '#C65DAB'

red 198 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #C65DAB

Tints of Fuchsia #C65DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 42.86%
G = 20.13%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65DAB (or 0xC65DAB) is known color: Fuchsia. HEX triplet: C6, 5D and AB. RGB value is (198,93,171). Sum of RGB (Red+Green+Blue) = 198+93+171=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAB is #39A254. Grayscale: #858585. Windows color (decimal): -3777109 or 11230662. OLE color: 11230662.

HSL color Cylindrical-coordinate representation of color #C65DAB: hue angle of 315.43º 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 #C65DAB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 171 -
CMYK 0 0.53 0.14 0.22
HSL 315.43º 0.48% 0.57% -
HSV(B) 315.43º 0.53% 0.78% -
XYZ 34.55 22.77 41.1 -
YUV 133.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 198 93 171 0 0.53 0.14 0.22 315.43 0.48 0.57
Hex C6 5D AB 0 35 E 16 13B 30 39
Octal 306 135 253 0 65 16 26 473 60 71
Binary 11000110 1011101 10101011 0 110101 1110 10110 100111011 110000 111001

Color Harmonies of #C65DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DAB

Black with #C65DAB

Text Example


Text Example

White with #C65DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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