Html Css Color HEX #CA56CF Fuchsia

📋 copy color: '#CA56CF'

red 202 ◦ green 86 ◦ blue 207

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

Shades of Fuchsia #CA56CF

Tints of Fuchsia #CA56CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 40.81%
G = 17.37%
B = 41.82%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA56CF (or 0xCA56CF) is known color: Fuchsia. HEX triplet: CA, 56 and CF. RGB value is (202,86,207). Sum of RGB (Red+Green+Blue) = 202+86+207=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56CF is #35A930. Grayscale: #868686. Windows color (decimal): -3516721 or 13588170. OLE color: 13588170.

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

Color convert

RGB 202 86 207 -
CMYK 0.02 0.58 0 0.19
HSL 297.52º 0.56% 0.57% -
HSV(B) 297.52º 0.58% 0.81% -
XYZ 38.95 23.72 61.56 -
YUV 134.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 202 86 207 0.02 0.58 0 0.19 297.52 0.56 0.57
Hex CA 56 CF 2 3A 0 13 12A 38 39
Octal 312 126 317 2 72 0 23 452 70 71
Binary 11001010 1010110 11001111 10 111010 0 10011 100101010 111000 111001

Color Harmonies of #CA56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56CF

Black with #CA56CF

Text Example


Text Example

White with #CA56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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