Html Css Color HEX #CA5DBF Fuchsia

📋 copy color: '#CA5DBF'

red 202 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #CA5DBF

Tints of Fuchsia #CA5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 41.56%
G = 19.14%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA5DBF (or 0xCA5DBF) is known color: Fuchsia. HEX triplet: CA, 5D and BF. RGB value is (202,93,191). Sum of RGB (Red+Green+Blue) = 202+93+191=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DBF is #35A240. Grayscale: #888888. Windows color (decimal): -3514945 or 12541386. OLE color: 12541386.

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

Color convert

RGB 202 93 191 -
CMYK 0 0.54 0.05 0.21
HSL 306.06º 0.51% 0.58% -
HSV(B) 306.06º 0.54% 0.79% -
XYZ 37.68 24.15 51.97 -
YUV 136.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 202 93 191 0 0.54 0.05 0.21 306.06 0.51 0.58
Hex CA 5D BF 0 36 5 15 132 33 3A
Octal 312 135 277 0 66 5 25 462 63 72
Binary 11001010 1011101 10111111 0 110110 101 10101 100110010 110011 111010

Color Harmonies of #CA5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DBF

Black with #CA5DBF

Text Example


Text Example

White with #CA5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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