Html Css Color HEX #CA5BCD Fuchsia

📋 copy color: '#CA5BCD'

red 202 ◦ green 91 ◦ blue 205

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

Shades of Fuchsia #CA5BCD

Tints of Fuchsia #CA5BCD

RGB

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

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

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

R = 40.56%
G = 18.27%
B = 41.16%

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

#CA5BCD (or 0xCA5BCD) is known color: Fuchsia. HEX triplet: CA, 5B and CD. RGB value is (202,91,205). Sum of RGB (Red+Green+Blue) = 202+91+205=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BCD is #35A432. Grayscale: #888888. Windows color (decimal): -3515443 or 13458378. OLE color: 13458378.

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

Color convert

RGB 202 91 205 -
CMYK 0.01 0.56 0 0.20
HSL 298.42º 0.53% 0.58% -
HSV(B) 298.42º 0.56% 0.8% -
XYZ 39.12 24.45 60.41 -
YUV 137.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 202 91 205 0.01 0.56 0 0.20 298.42 0.53 0.58
Hex CA 5B CD 1 38 0 14 12A 35 3A
Octal 312 133 315 1 70 0 24 452 65 72
Binary 11001010 1011011 11001101 1 111000 0 10100 100101010 110101 111010

Color Harmonies of #CA5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BCD

Black with #CA5BCD

Text Example


Text Example

White with #CA5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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