Html Css Color HEX #CA55CC Fuchsia

📋 copy color: '#CA55CC'

red 202 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #CA55CC

Tints of Fuchsia #CA55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.31%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 41.14%
G = 17.31%
B = 41.55%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA55CC (or 0xCA55CC) is known color: Fuchsia. HEX triplet: CA, 55 and CC. RGB value is (202,85,204). Sum of RGB (Red+Green+Blue) = 202+85+204=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55CC is #35AA33. Grayscale: #858585. Windows color (decimal): -3516980 or 13391306. OLE color: 13391306.

HSL color Cylindrical-coordinate representation of color #CA55CC: hue angle of 298.99º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55CC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 85 204 -
CMYK 0.01 0.58 0 0.2
HSL 298.99º 0.54% 0.57% -
HSV(B) 298.99º 0.58% 0.8% -
XYZ 38.5 23.41 59.62 -
YUV 133.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 202 85 204 0.01 0.58 0 0.2 298.99 0.54 0.57
Hex CA 55 CC 1 3A 0 14 12B 36 39
Octal 312 125 314 1 72 0 24 453 66 71
Binary 11001010 1010101 11001100 1 111010 0 10100 100101011 110110 111001

Color Harmonies of #CA55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55CC

Black with #CA55CC

Text Example


Text Example

White with #CA55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55CC; }

 p { color: rgb(202,85,204); }

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

background-color css

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

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

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

border-color css

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

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

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