Html Css Color HEX #CD4AD0 Fuchsia

📋 copy color: '#CD4AD0'

red 205 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #CD4AD0

Tints of Fuchsia #CD4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 42.09%
G = 15.2%
B = 42.71%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD4AD0 (or 0xCD4AD0) is known color: Fuchsia. HEX triplet: CD, 4A and D0. RGB value is (205,74,208). Sum of RGB (Red+Green+Blue) = 205+74+208=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD4AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4AD0 is #32B52F. Grayscale: #808080. Windows color (decimal): -3323184 or 13650637. OLE color: 13650637.

HSL color Cylindrical-coordinate representation of color #CD4AD0: hue angle of 298.66º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4AD0 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 74 208 -
CMYK 0.01 0.64 0 0.18
HSL 298.66º 0.59% 0.55% -
HSV(B) 298.66º 0.64% 0.82% -
XYZ 39.01 22.43 61.95 -
YUV 128.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 205 74 208 0.01 0.64 0 0.18 298.66 0.59 0.55
Hex CD 4A D0 1 40 0 12 12B 3B 37
Octal 315 112 320 1 100 0 22 453 73 67
Binary 11001101 1001010 11010000 1 1000000 0 10010 100101011 111011 110111

Color Harmonies of #CD4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4AD0

Black with #CD4AD0

Text Example


Text Example

White with #CD4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4AD0; }

 p { color: rgb(205,74,208); }

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

background-color css

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

 a { background-color: rgb(205,74,208); }

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

border-color css

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

 span { border-color: rgb(205,74,208); }

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