Html Css Color HEX #CA5DB3 Fuchsia

📋 copy color: '#CA5DB3'

red 202 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #CA5DB3

Tints of Fuchsia #CA5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 42.62%
G = 19.62%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA5DB3 (or 0xCA5DB3) is known color: Fuchsia. HEX triplet: CA, 5D and B3. RGB value is (202,93,179). Sum of RGB (Red+Green+Blue) = 202+93+179=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DB3 is #35A24C. Grayscale: #878787. Windows color (decimal): -3514957 or 11754954. OLE color: 11754954.

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

Color convert

RGB 202 93 179 -
CMYK 0 0.54 0.11 0.21
HSL 312.66º 0.51% 0.58% -
HSV(B) 312.66º 0.54% 0.79% -
XYZ 36.41 23.64 45.29 -
YUV 135.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 202 93 179 0 0.54 0.11 0.21 312.66 0.51 0.58
Hex CA 5D B3 0 36 B 15 139 33 3A
Octal 312 135 263 0 66 13 25 471 63 72
Binary 11001010 1011101 10110011 0 110110 1011 10101 100111001 110011 111010

Color Harmonies of #CA5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DB3

Black with #CA5DB3

Text Example


Text Example

White with #CA5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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