Html Css Color HEX #CA5ECB Fuchsia

📋 copy color: '#CA5ECB'

red 202 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #CA5ECB

Tints of Fuchsia #CA5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 40.48%
G = 18.84%
B = 40.68%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA5ECB (or 0xCA5ECB) is known color: Fuchsia. HEX triplet: CA, 5E and CB. RGB value is (202,94,203). Sum of RGB (Red+Green+Blue) = 202+94+203=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ECB is #35A134. Grayscale: #8A8A8A. Windows color (decimal): -3514677 or 13328074. OLE color: 13328074.

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

Color convert

RGB 202 94 203 -
CMYK 0.00 0.54 0 0.20
HSL 299.45º 0.51% 0.58% -
HSV(B) 299.45º 0.54% 0.8% -
XYZ 39.14 24.87 59.24 -
YUV 138.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 202 94 203 0.00 0.54 0 0.20 299.45 0.51 0.58
Hex CA 5E CB 0 36 0 14 12B 33 3A
Octal 312 136 313 0 66 0 24 453 63 72
Binary 11001010 1011110 11001011 0 110110 0 10100 100101011 110011 111010

Color Harmonies of #CA5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ECB

Black with #CA5ECB

Text Example


Text Example

White with #CA5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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