Html Css Color HEX #CA5DB5 Fuchsia

📋 copy color: '#CA5DB5'

red 202 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #CA5DB5

Tints of Fuchsia #CA5DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 42.44%
G = 19.54%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA5DB5 (or 0xCA5DB5) is known color: Fuchsia. HEX triplet: CA, 5D and B5. RGB value is (202,93,181). Sum of RGB (Red+Green+Blue) = 202+93+181=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DB5 is #35A24A. Grayscale: #878787. Windows color (decimal): -3514955 or 11886026. OLE color: 11886026.

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

Color convert

RGB 202 93 181 -
CMYK 0 0.54 0.10 0.21
HSL 311.56º 0.51% 0.58% -
HSV(B) 311.56º 0.54% 0.79% -
XYZ 36.61 23.72 46.37 -
YUV 135.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 202 93 181 0 0.54 0.10 0.21 311.56 0.51 0.58
Hex CA 5D B5 0 36 A 15 138 33 3A
Octal 312 135 265 0 66 12 25 470 63 72
Binary 11001010 1011101 10110101 0 110110 1010 10101 100111000 110011 111010

Color Harmonies of #CA5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DB5

Black with #CA5DB5

Text Example


Text Example

White with #CA5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DB5; }

 p { color: rgb(202,93,181); }

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

background-color css

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

 a { background-color: rgb(202,93,181); }

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

border-color css

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

 span { border-color: rgb(202,93,181); }

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