Html Css Color HEX #CA5AB6 Fuchsia

📋 copy color: '#CA5AB6'

red 202 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #CA5AB6

Tints of Fuchsia #CA5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 42.62%
G = 18.99%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA5AB6 (or 0xCA5AB6) is known color: Fuchsia. HEX triplet: CA, 5A and B6. RGB value is (202,90,182). Sum of RGB (Red+Green+Blue) = 202+90+182=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AB6 is #35A549. Grayscale: #858585. Windows color (decimal): -3515722 or 11950794. OLE color: 11950794.

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

Color convert

RGB 202 90 182 -
CMYK 0 0.55 0.10 0.21
HSL 310.71º 0.51% 0.57% -
HSV(B) 310.71º 0.55% 0.79% -
XYZ 36.46 23.25 46.82 -
YUV 133.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 202 90 182 0 0.55 0.10 0.21 310.71 0.51 0.57
Hex CA 5A B6 0 37 A 15 137 33 39
Octal 312 132 266 0 67 12 25 467 63 71
Binary 11001010 1011010 10110110 0 110111 1010 10101 100110111 110011 111001

Color Harmonies of #CA5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AB6

Black with #CA5AB6

Text Example


Text Example

White with #CA5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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