Html Css Color HEX #CA5BBC Fuchsia

📋 copy color: '#CA5BBC'

red 202 ◦ green 91 ◦ blue 188

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

Shades of Fuchsia #CA5BBC

Tints of Fuchsia #CA5BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 42%
G = 18.92%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA5BBC (or 0xCA5BBC) is known color: Fuchsia. HEX triplet: CA, 5B and BC. RGB value is (202,91,188). Sum of RGB (Red+Green+Blue) = 202+91+188=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BBC is #35A443. Grayscale: #868686. Windows color (decimal): -3515460 or 12344266. OLE color: 12344266.

HSL color Cylindrical-coordinate representation of color #CA5BBC: hue angle of 307.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5BBC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 188 -
CMYK 0 0.55 0.07 0.21
HSL 307.57º 0.51% 0.57% -
HSV(B) 307.57º 0.55% 0.79% -
XYZ 37.18 23.67 50.19 -
YUV 135.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 202 91 188 0 0.55 0.07 0.21 307.57 0.51 0.57
Hex CA 5B BC 0 37 7 15 134 33 39
Octal 312 133 274 0 67 7 25 464 63 71
Binary 11001010 1011011 10111100 0 110111 111 10101 100110100 110011 111001

Color Harmonies of #CA5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BBC

Black with #CA5BBC

Text Example


Text Example

White with #CA5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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