Html Css Color HEX #CA55CB Fuchsia

📋 copy color: '#CA55CB'

red 202 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #CA55CB

Tints of Fuchsia #CA55CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 41.22%
G = 17.35%
B = 41.43%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA55CB (or 0xCA55CB) is known color: Fuchsia. HEX triplet: CA, 55 and CB. RGB value is (202,85,203). Sum of RGB (Red+Green+Blue) = 202+85+203=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55CB is #35AA34. Grayscale: #858585. Windows color (decimal): -3516981 or 13325770. OLE color: 13325770.

HSL color Cylindrical-coordinate representation of color #CA55CB: hue angle of 299.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55CB is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 85 203 -
CMYK 0.00 0.58 0 0.20
HSL 299.49º 0.53% 0.56% -
HSV(B) 299.49º 0.58% 0.8% -
XYZ 38.39 23.37 58.99 -
YUV 133.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 202 85 203 0.00 0.58 0 0.20 299.49 0.53 0.56
Hex CA 55 CB 0 3A 0 14 12B 35 38
Octal 312 125 313 0 72 0 24 453 65 70
Binary 11001010 1010101 11001011 0 111010 0 10100 100101011 110101 111000

Color Harmonies of #CA55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55CB

Black with #CA55CB

Text Example


Text Example

White with #CA55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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