Html Css Color HEX #CA54CD Fuchsia

📋 copy color: '#CA54CD'

red 202 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #CA54CD

Tints of Fuchsia #CA54CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

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

R = 41.14%
G = 17.11%
B = 41.75%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA54CD (or 0xCA54CD) is known color: Fuchsia. HEX triplet: CA, 54 and CD. RGB value is (202,84,205). Sum of RGB (Red+Green+Blue) = 202+84+205=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA54CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54CD is #35AB32. Grayscale: #848484. Windows color (decimal): -3517235 or 13456586. OLE color: 13456586.

HSL color Cylindrical-coordinate representation of color #CA54CD: hue angle of 298.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA54CD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 84 205 -
CMYK 0.01 0.59 0 0.20
HSL 298.51º 0.55% 0.57% -
HSV(B) 298.51º 0.59% 0.8% -
XYZ 38.55 23.3 60.22 -
YUV 133.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 202 84 205 0.01 0.59 0 0.20 298.51 0.55 0.57
Hex CA 54 CD 1 3B 0 14 12B 37 39
Octal 312 124 315 1 73 0 24 453 67 71
Binary 11001010 1010100 11001101 1 111011 0 10100 100101011 110111 111001

Color Harmonies of #CA54CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54CD

Black with #CA54CD

Text Example


Text Example

White with #CA54CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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