Html Css Color HEX #CA5EBC Fuchsia

📋 copy color: '#CA5EBC'

red 202 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #CA5EBC

Tints of Fuchsia #CA5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 41.74%
G = 19.42%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA5EBC (or 0xCA5EBC) is known color: Fuchsia. HEX triplet: CA, 5E and BC. RGB value is (202,94,188). Sum of RGB (Red+Green+Blue) = 202+94+188=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EBC is #35A143. Grayscale: #888888. Windows color (decimal): -3514692 or 12345034. OLE color: 12345034.

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

Color convert

RGB 202 94 188 -
CMYK 0 0.53 0.07 0.21
HSL 307.78º 0.5% 0.58% -
HSV(B) 307.78º 0.53% 0.79% -
XYZ 37.44 24.19 50.27 -
YUV 137.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 202 94 188 0 0.53 0.07 0.21 307.78 0.5 0.58
Hex CA 5E BC 0 35 7 15 134 32 3A
Octal 312 136 274 0 65 7 25 464 62 72
Binary 11001010 1011110 10111100 0 110101 111 10101 100110100 110010 111010

Color Harmonies of #CA5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EBC

Black with #CA5EBC

Text Example


Text Example

White with #CA5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EBC; }

 p { color: rgb(202,94,188); }

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

background-color css

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

 a { background-color: rgb(202,94,188); }

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

border-color css

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

 span { border-color: rgb(202,94,188); }

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