Html Css Color HEX #CA6AC2 Fuchsia

📋 copy color: '#CA6AC2'

red 202 ◦ green 106 ◦ blue 194

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

Shades of Fuchsia #CA6AC2

Tints of Fuchsia #CA6AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 40.24%
G = 21.12%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA6AC2 (or 0xCA6AC2) is known color: Fuchsia. HEX triplet: CA, 6A and C2. RGB value is (202,106,194). Sum of RGB (Red+Green+Blue) = 202+106+194=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AC2 is #35953D. Grayscale: #909090. Windows color (decimal): -3511614 or 12741322. OLE color: 12741322.

HSL color Cylindrical-coordinate representation of color #CA6AC2: hue angle of 305º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6AC2 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 106 194 -
CMYK 0 0.48 0.04 0.21
HSL 305º 0.48% 0.6% -
HSV(B) 305º 0.48% 0.79% -
XYZ 39.25 26.76 54.14 -
YUV 144.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 202 106 194 0 0.48 0.04 0.21 305 0.48 0.6
Hex CA 6A C2 0 30 4 15 131 30 3C
Octal 312 152 302 0 60 4 25 461 60 74
Binary 11001010 1101010 11000010 0 110000 100 10101 100110001 110000 111100

Color Harmonies of #CA6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AC2

Black with #CA6AC2

Text Example


Text Example

White with #CA6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AC2; }

 p { color: rgb(202,106,194); }

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

background-color css

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

 a { background-color: rgb(202,106,194); }

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

border-color css

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

 span { border-color: rgb(202,106,194); }

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