Html Css Color HEX #CA5ACD Fuchsia

📋 copy color: '#CA5ACD'

red 202 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #CA5ACD

Tints of Fuchsia #CA5ACD

RGB

 RED value IS 202 (79.3% from 255) = 40.64%

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

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

R = 40.64%
G = 18.11%
B = 41.25%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA5ACD (or 0xCA5ACD) is known color: Fuchsia. HEX triplet: CA, 5A and CD. RGB value is (202,90,205). Sum of RGB (Red+Green+Blue) = 202+90+205=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ACD is #35A532. Grayscale: #888888. Windows color (decimal): -3515699 or 13458122. OLE color: 13458122.

HSL color Cylindrical-coordinate representation of color #CA5ACD: hue angle of 298.43º 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 #CA5ACD is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 90 205 -
CMYK 0.01 0.56 0 0.20
HSL 298.43º 0.53% 0.58% -
HSV(B) 298.43º 0.56% 0.8% -
XYZ 39.03 24.28 60.39 -
YUV 136.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 202 90 205 0.01 0.56 0 0.20 298.43 0.53 0.58
Hex CA 5A CD 1 38 0 14 12A 35 3A
Octal 312 132 315 1 70 0 24 452 65 72
Binary 11001010 1011010 11001101 1 111000 0 10100 100101010 110101 111010

Color Harmonies of #CA5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ACD

Black with #CA5ACD

Text Example


Text Example

White with #CA5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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