Html Css Color HEX #CA5ACC Fuchsia

📋 copy color: '#CA5ACC'

red 202 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #CA5ACC

Tints of Fuchsia #CA5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 40.73%
G = 18.15%
B = 41.13%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA5ACC (or 0xCA5ACC) is known color: Fuchsia. HEX triplet: CA, 5A and CC. RGB value is (202,90,204). Sum of RGB (Red+Green+Blue) = 202+90+204=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ACC is #35A533. Grayscale: #888888. Windows color (decimal): -3515700 or 13392586. OLE color: 13392586.

HSL color Cylindrical-coordinate representation of color #CA5ACC: hue angle of 298.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ACC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 90 204 -
CMYK 0.01 0.56 0 0.2
HSL 298.95º 0.53% 0.58% -
HSV(B) 298.95º 0.56% 0.8% -
XYZ 38.91 24.23 59.75 -
YUV 136.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 202 90 204 0.01 0.56 0 0.2 298.95 0.53 0.58
Hex CA 5A CC 1 38 0 14 12B 35 3A
Octal 312 132 314 1 70 0 24 453 65 72
Binary 11001010 1011010 11001100 1 111000 0 10100 100101011 110101 111010

Color Harmonies of #CA5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ACC

Black with #CA5ACC

Text Example


Text Example

White with #CA5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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