Html Css Color HEX #CA56CA Fuchsia

📋 copy color: '#CA56CA'

red 202 ◦ green 86 ◦ blue 202

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

Shades of Fuchsia #CA56CA

Tints of Fuchsia #CA56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 41.22%
G = 17.55%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA56CA (or 0xCA56CA) is known color: Fuchsia. HEX triplet: CA, 56 and CA. RGB value is (202,86,202). Sum of RGB (Red+Green+Blue) = 202+86+202=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56CA is #35A935. Grayscale: #858585. Windows color (decimal): -3516726 or 13260490. OLE color: 13260490.

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

Color convert

RGB 202 86 202 -
CMYK 0 0.57 0 0.21
HSL 300º 0.52% 0.56% -
HSV(B) 300º 0.57% 0.79% -
XYZ 38.35 23.48 58.39 -
YUV 133.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 202 86 202 0 0.57 0 0.21 300 0.52 0.56
Hex CA 56 CA 0 39 0 15 12C 34 38
Octal 312 126 312 0 71 0 25 454 64 70
Binary 11001010 1010110 11001010 0 111001 0 10101 100101100 110100 111000

Color Harmonies of #CA56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56CA

Black with #CA56CA

Text Example


Text Example

White with #CA56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56CA; }

 p { color: rgb(202,86,202); }

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

background-color css

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

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

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

border-color css

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

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

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