Html Css Color HEX #CA5CCD Fuchsia

📋 copy color: '#CA5CCD'

red 202 ◦ green 92 ◦ blue 205

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

Shades of Fuchsia #CA5CCD

Tints of Fuchsia #CA5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.44%

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

R = 40.48%
G = 18.44%
B = 41.08%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA5CCD (or 0xCA5CCD) is known color: Fuchsia. HEX triplet: CA, 5C and CD. RGB value is (202,92,205). Sum of RGB (Red+Green+Blue) = 202+92+205=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCD is #35A332. Grayscale: #898989. Windows color (decimal): -3515187 or 13458634. OLE color: 13458634.

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

Color convert

RGB 202 92 205 -
CMYK 0.01 0.55 0 0.20
HSL 298.41º 0.53% 0.58% -
HSV(B) 298.41º 0.55% 0.8% -
XYZ 39.2 24.62 60.44 -
YUV 137.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 202 92 205 0.01 0.55 0 0.20 298.41 0.53 0.58
Hex CA 5C CD 1 37 0 14 12A 35 3A
Octal 312 134 315 1 67 0 24 452 65 72
Binary 11001010 1011100 11001101 1 110111 0 10100 100101010 110101 111010

Color Harmonies of #CA5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CCD

Black with #CA5CCD

Text Example


Text Example

White with #CA5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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