Html Css Color HEX #CA6AB2 Fuchsia

📋 copy color: '#CA6AB2'

red 202 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #CA6AB2

Tints of Fuchsia #CA6AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 41.56%
G = 21.81%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA6AB2 (or 0xCA6AB2) is known color: Fuchsia. HEX triplet: CA, 6A and B2. RGB value is (202,106,178). Sum of RGB (Red+Green+Blue) = 202+106+178=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6AB2 is #35954D. Grayscale: #8E8E8E. Windows color (decimal): -3511630 or 11692746. OLE color: 11692746.

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

Color convert

RGB 202 106 178 -
CMYK 0 0.48 0.12 0.21
HSL 315º 0.48% 0.6% -
HSV(B) 315º 0.48% 0.79% -
XYZ 37.55 26.08 45.17 -
YUV 142.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 202 106 178 0 0.48 0.12 0.21 315 0.48 0.6
Hex CA 6A B2 0 30 C 15 13B 30 3C
Octal 312 152 262 0 60 14 25 473 60 74
Binary 11001010 1101010 10110010 0 110000 1100 10101 100111011 110000 111100

Color Harmonies of #CA6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AB2

Black with #CA6AB2

Text Example


Text Example

White with #CA6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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