Html Css Color HEX #CD5AB2 Fuchsia

📋 copy color: '#CD5AB2'

red 205 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #CD5AB2

Tints of Fuchsia #CD5AB2

RGB

 RED value IS 205 (80.47% from 255) = 43.34%

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 43.34%
G = 19.03%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD5AB2 (or 0xCD5AB2) is known color: Fuchsia. HEX triplet: CD, 5A and B2. RGB value is (205,90,178). Sum of RGB (Red+Green+Blue) = 205+90+178=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5AB2 is #32A54D. Grayscale: #868686. Windows color (decimal): -3319118 or 11688653. OLE color: 11688653.

HSL color Cylindrical-coordinate representation of color #CD5AB2: hue angle of 314.09º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5AB2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 90 178 -
CMYK 0 0.56 0.13 0.20
HSL 314.09º 0.53% 0.58% -
HSV(B) 314.09º 0.56% 0.8% -
XYZ 36.87 23.51 44.71 -
YUV 134.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 205 90 178 0 0.56 0.13 0.20 314.09 0.53 0.58
Hex CD 5A B2 0 38 D 14 13A 35 3A
Octal 315 132 262 0 70 15 24 472 65 72
Binary 11001101 1011010 10110010 0 111000 1101 10100 100111010 110101 111010

Color Harmonies of #CD5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AB2

Black with #CD5AB2

Text Example


Text Example

White with #CD5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AB2; }

 p { color: rgb(205,90,178); }

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

background-color css

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

 a { background-color: rgb(205,90,178); }

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

border-color css

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

 span { border-color: rgb(205,90,178); }

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