Html Css Color HEX #CA5EBA Fuchsia

📋 copy color: '#CA5EBA'

red 202 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #CA5EBA

Tints of Fuchsia #CA5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 41.91%
G = 19.5%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA5EBA (or 0xCA5EBA) is known color: Fuchsia. HEX triplet: CA, 5E and BA. RGB value is (202,94,186). Sum of RGB (Red+Green+Blue) = 202+94+186=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EBA is #35A145. Grayscale: #888888. Windows color (decimal): -3514694 or 12213962. OLE color: 12213962.

HSL color Cylindrical-coordinate representation of color #CA5EBA: hue angle of 308.89º 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 #CA5EBA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 186 -
CMYK 0 0.53 0.08 0.21
HSL 308.89º 0.5% 0.58% -
HSV(B) 308.89º 0.53% 0.79% -
XYZ 37.22 24.11 49.15 -
YUV 136.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 202 94 186 0 0.53 0.08 0.21 308.89 0.5 0.58
Hex CA 5E BA 0 35 8 15 135 32 3A
Octal 312 136 272 0 65 10 25 465 62 72
Binary 11001010 1011110 10111010 0 110101 1000 10101 100110101 110010 111010

Color Harmonies of #CA5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EBA

Black with #CA5EBA

Text Example


Text Example

White with #CA5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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