Html Css Color HEX #C65BB6 Fuchsia

📋 copy color: '#C65BB6'

red 198 ◦ green 91 ◦ blue 182

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

Shades of Fuchsia #C65BB6

Tints of Fuchsia #C65BB6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 42.04%
G = 19.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C65BB6 (or 0xC65BB6) is known color: Fuchsia. HEX triplet: C6, 5B and B6. RGB value is (198,91,182). Sum of RGB (Red+Green+Blue) = 198+91+182=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BB6 is #39A449. Grayscale: #858585. Windows color (decimal): -3777610 or 11951046. OLE color: 11951046.

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

Color convert

RGB 198 91 182 -
CMYK 0 0.54 0.08 0.22
HSL 308.97º 0.48% 0.57% -
HSV(B) 308.97º 0.54% 0.78% -
XYZ 35.47 22.87 46.8 -
YUV 133.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 198 91 182 0 0.54 0.08 0.22 308.97 0.48 0.57
Hex C6 5B B6 0 36 8 16 135 30 39
Octal 306 133 266 0 66 10 26 465 60 71
Binary 11000110 1011011 10110110 0 110110 1000 10110 100110101 110000 111001

Color Harmonies of #C65BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BB6

Black with #C65BB6

Text Example


Text Example

White with #C65BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BB6; }

 p { color: rgb(198,91,182); }

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

background-color css

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

 a { background-color: rgb(198,91,182); }

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

border-color css

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

 span { border-color: rgb(198,91,182); }

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