Html Css Color HEX #CA5CBB Fuchsia

📋 copy color: '#CA5CBB'

red 202 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #CA5CBB

Tints of Fuchsia #CA5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 42%
G = 19.13%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA5CBB (or 0xCA5CBB) is known color: Fuchsia. HEX triplet: CA, 5C and BB. RGB value is (202,92,187). Sum of RGB (Red+Green+Blue) = 202+92+187=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CBB is #35A344. Grayscale: #878787. Windows color (decimal): -3515205 or 12278986. OLE color: 12278986.

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

Color convert

RGB 202 92 187 -
CMYK 0 0.54 0.07 0.21
HSL 308.18º 0.51% 0.58% -
HSV(B) 308.18º 0.54% 0.79% -
XYZ 37.15 23.8 49.65 -
YUV 135.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 202 92 187 0 0.54 0.07 0.21 308.18 0.51 0.58
Hex CA 5C BB 0 36 7 15 134 33 3A
Octal 312 134 273 0 66 7 25 464 63 72
Binary 11001010 1011100 10111011 0 110110 111 10101 100110100 110011 111010

Color Harmonies of #CA5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CBB

Black with #CA5CBB

Text Example


Text Example

White with #CA5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CBB; }

 p { color: rgb(202,92,187); }

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

background-color css

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

 a { background-color: rgb(202,92,187); }

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

border-color css

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

 span { border-color: rgb(202,92,187); }

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