Html Css Color HEX #CA57CE Fuchsia

📋 copy color: '#CA57CE'

red 202 ◦ green 87 ◦ blue 206

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

Shades of Fuchsia #CA57CE

Tints of Fuchsia #CA57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.58%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 40.81%
G = 17.58%
B = 41.62%

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

#CA57CE (or 0xCA57CE) is known color: Fuchsia. HEX triplet: CA, 57 and CE. RGB value is (202,87,206). Sum of RGB (Red+Green+Blue) = 202+87+206=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57CE is #35A831. Grayscale: #868686. Windows color (decimal): -3516466 or 13522890. OLE color: 13522890.

HSL color Cylindrical-coordinate representation of color #CA57CE: hue angle of 297.98º degrees, saturation: 0.55, 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 #CA57CE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 87 206 -
CMYK 0.02 0.58 0 0.19
HSL 297.98º 0.55% 0.57% -
HSV(B) 297.98º 0.58% 0.81% -
XYZ 38.91 23.83 60.94 -
YUV 134.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 202 87 206 0.02 0.58 0 0.19 297.98 0.55 0.57
Hex CA 57 CE 2 3A 0 13 12A 37 39
Octal 312 127 316 2 72 0 23 452 67 71
Binary 11001010 1010111 11001110 10 111010 0 10011 100101010 110111 111001

Color Harmonies of #CA57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57CE

Black with #CA57CE

Text Example


Text Example

White with #CA57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57CE; }

 p { color: rgb(202,87,206); }

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

background-color css

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

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

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

border-color css

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

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

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