Html Css Color HEX #C75ACD Fuchsia

📋 copy color: '#C75ACD'

red 199 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #C75ACD

Tints of Fuchsia #C75ACD

RGB

 RED value IS 199 (78.13% from 255) = 40.28%

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 40.28%
G = 18.22%
B = 41.5%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C75ACD (or 0xC75ACD) is known color: Fuchsia. HEX triplet: C7, 5A and CD. RGB value is (199,90,205). Sum of RGB (Red+Green+Blue) = 199+90+205=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ACD is #38A532. Grayscale: #878787. Windows color (decimal): -3712307 or 13458119. OLE color: 13458119.

HSL color Cylindrical-coordinate representation of color #C75ACD: hue angle of 296.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75ACD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 90 205 -
CMYK 0.03 0.56 0 0.20
HSL 296.87º 0.53% 0.58% -
HSV(B) 296.87º 0.56% 0.8% -
XYZ 38.23 23.86 60.35 -
YUV 135.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 199 90 205 0.03 0.56 0 0.20 296.87 0.53 0.58
Hex C7 5A CD 3 38 0 14 129 35 3A
Octal 307 132 315 3 70 0 24 451 65 72
Binary 11000111 1011010 11001101 11 111000 0 10100 100101001 110101 111010

Color Harmonies of #C75ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ACD

Black with #C75ACD

Text Example


Text Example

White with #C75ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ACD; }

 p { color: rgb(199,90,205); }

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

background-color css

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

 a { background-color: rgb(199,90,205); }

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

border-color css

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

 span { border-color: rgb(199,90,205); }

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