Html Css Color HEX #CA5DAC Fuchsia

📋 copy color: '#CA5DAC'

red 202 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #CA5DAC

Tints of Fuchsia #CA5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 43.25%
G = 19.91%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA5DAC (or 0xCA5DAC) is known color: Fuchsia. HEX triplet: CA, 5D and AC. RGB value is (202,93,172). Sum of RGB (Red+Green+Blue) = 202+93+172=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DAC is #35A253. Grayscale: #868686. Windows color (decimal): -3514964 or 11296202. OLE color: 11296202.

HSL color Cylindrical-coordinate representation of color #CA5DAC: hue angle of 316.51º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DAC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 93 172 -
CMYK 0 0.54 0.15 0.21
HSL 316.51º 0.51% 0.58% -
HSV(B) 316.51º 0.54% 0.79% -
XYZ 35.72 23.36 41.66 -
YUV 134.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 202 93 172 0 0.54 0.15 0.21 316.51 0.51 0.58
Hex CA 5D AC 0 36 F 15 13D 33 3A
Octal 312 135 254 0 66 17 25 475 63 72
Binary 11001010 1011101 10101100 0 110110 1111 10101 100111101 110011 111010

Color Harmonies of #CA5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DAC

Black with #CA5DAC

Text Example


Text Example

White with #CA5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DAC; }

 p { color: rgb(202,93,172); }

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

background-color css

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

 a { background-color: rgb(202,93,172); }

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

border-color css

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

 span { border-color: rgb(202,93,172); }

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