Html Css Color HEX #CA5CBE Fuchsia

📋 copy color: '#CA5CBE'

red 202 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #CA5CBE

Tints of Fuchsia #CA5CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 41.74%
G = 19.01%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA5CBE (or 0xCA5CBE) is known color: Fuchsia. HEX triplet: CA, 5C and BE. RGB value is (202,92,190). Sum of RGB (Red+Green+Blue) = 202+92+190=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CBE is #35A341. Grayscale: #878787. Windows color (decimal): -3515202 or 12475594. OLE color: 12475594.

HSL color Cylindrical-coordinate representation of color #CA5CBE: hue angle of 306.55º 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 #CA5CBE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 92 190 -
CMYK 0 0.54 0.06 0.21
HSL 306.55º 0.51% 0.58% -
HSV(B) 306.55º 0.54% 0.79% -
XYZ 37.48 23.93 51.36 -
YUV 136.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 202 92 190 0 0.54 0.06 0.21 306.55 0.51 0.58
Hex CA 5C BE 0 36 6 15 133 33 3A
Octal 312 134 276 0 66 6 25 463 63 72
Binary 11001010 1011100 10111110 0 110110 110 10101 100110011 110011 111010

Color Harmonies of #CA5CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CBE

Black with #CA5CBE

Text Example


Text Example

White with #CA5CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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