Html Css Color HEX #CA5BCB Fuchsia

📋 copy color: '#CA5BCB'

red 202 ◦ green 91 ◦ blue 203

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

Shades of Fuchsia #CA5BCB

Tints of Fuchsia #CA5BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

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

R = 40.73%
G = 18.35%
B = 40.93%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA5BCB (or 0xCA5BCB) is known color: Fuchsia. HEX triplet: CA, 5B and CB. RGB value is (202,91,203). Sum of RGB (Red+Green+Blue) = 202+91+203=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BCB is #35A434. Grayscale: #888888. Windows color (decimal): -3515445 or 13327306. OLE color: 13327306.

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

Color convert

RGB 202 91 203 -
CMYK 0.00 0.55 0 0.20
HSL 299.46º 0.52% 0.58% -
HSV(B) 299.46º 0.55% 0.8% -
XYZ 38.88 24.35 59.15 -
YUV 136.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 202 91 203 0.00 0.55 0 0.20 299.46 0.52 0.58
Hex CA 5B CB 0 37 0 14 12B 34 3A
Octal 312 133 313 0 67 0 24 453 64 72
Binary 11001010 1011011 11001011 0 110111 0 10100 100101011 110100 111010

Color Harmonies of #CA5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BCB

Black with #CA5BCB

Text Example


Text Example

White with #CA5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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