Html Css Color HEX #CD4DB6 Fuchsia

📋 copy color: '#CD4DB6'

red 205 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #CD4DB6

Tints of Fuchsia #CD4DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 44.18%
G = 16.59%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD4DB6 (or 0xCD4DB6) is known color: Fuchsia. HEX triplet: CD, 4D and B6. RGB value is (205,77,182). Sum of RGB (Red+Green+Blue) = 205+77+182=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DB6 is #32B249. Grayscale: #7E7E7E. Windows color (decimal): -3322442 or 11947469. OLE color: 11947469.

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

Color convert

RGB 205 77 182 -
CMYK 0 0.62 0.11 0.20
HSL 310.78º 0.56% 0.55% -
HSV(B) 310.78º 0.62% 0.8% -
XYZ 36.27 21.66 46.53 -
YUV 127.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 205 77 182 0 0.62 0.11 0.20 310.78 0.56 0.55
Hex CD 4D B6 0 3E B 14 137 38 37
Octal 315 115 266 0 76 13 24 467 70 67
Binary 11001101 1001101 10110110 0 111110 1011 10100 100110111 111000 110111

Color Harmonies of #CD4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DB6

Black with #CD4DB6

Text Example


Text Example

White with #CD4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DB6; }

 p { color: rgb(205,77,182); }

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

background-color css

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

 a { background-color: rgb(205,77,182); }

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

border-color css

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

 span { border-color: rgb(205,77,182); }

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