Html Css Color HEX #CA5ACE Fuchsia

📋 copy color: '#CA5ACE'

red 202 ◦ green 90 ◦ blue 206

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

Shades of Fuchsia #CA5ACE

Tints of Fuchsia #CA5ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 40.56%
G = 18.07%
B = 41.37%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA5ACE (or 0xCA5ACE) is known color: Fuchsia. HEX triplet: CA, 5A and CE. RGB value is (202,90,206). Sum of RGB (Red+Green+Blue) = 202+90+206=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ACE is #35A531. Grayscale: #888888. Windows color (decimal): -3515698 or 13523658. OLE color: 13523658.

HSL color Cylindrical-coordinate representation of color #CA5ACE: hue angle of 297.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ACE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 90 206 -
CMYK 0.02 0.56 0 0.19
HSL 297.93º 0.54% 0.58% -
HSV(B) 297.93º 0.56% 0.81% -
XYZ 39.15 24.33 61.02 -
YUV 136.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 202 90 206 0.02 0.56 0 0.19 297.93 0.54 0.58
Hex CA 5A CE 2 38 0 13 12A 36 3A
Octal 312 132 316 2 70 0 23 452 66 72
Binary 11001010 1011010 11001110 10 111000 0 10011 100101010 110110 111010

Color Harmonies of #CA5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ACE

Black with #CA5ACE

Text Example


Text Example

White with #CA5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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