Html Css Color HEX #C65ABC Fuchsia

📋 copy color: '#C65ABC'

red 198 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #C65ABC

Tints of Fuchsia #C65ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.91%

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 41.6%
G = 18.91%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C65ABC (or 0xC65ABC) is known color: Fuchsia. HEX triplet: C6, 5A and BC. RGB value is (198,90,188). Sum of RGB (Red+Green+Blue) = 198+90+188=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C65ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ABC is #39A543. Grayscale: #858585. Windows color (decimal): -3777860 or 12344006. OLE color: 12344006.

HSL color Cylindrical-coordinate representation of color #C65ABC: hue angle of 305.56º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65ABC is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 188 -
CMYK 0 0.55 0.05 0.22
HSL 305.56º 0.49% 0.56% -
HSV(B) 305.56º 0.55% 0.78% -
XYZ 36.02 22.95 50.11 -
YUV 133.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 198 90 188 0 0.55 0.05 0.22 305.56 0.49 0.56
Hex C6 5A BC 0 37 5 16 132 31 38
Octal 306 132 274 0 67 5 26 462 61 70
Binary 11000110 1011010 10111100 0 110111 101 10110 100110010 110001 111000

Color Harmonies of #C65ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ABC

Black with #C65ABC

Text Example


Text Example

White with #C65ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ABC; }

 p { color: rgb(198,90,188); }

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

background-color css

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

 a { background-color: rgb(198,90,188); }

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

border-color css

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

 span { border-color: rgb(198,90,188); }

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