Html Css Color HEX #CD2DD2 Fuchsia

📋 copy color: '#CD2DD2'

red 205 ◦ green 45 ◦ blue 210

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

Shades of Fuchsia #CD2DD2

Tints of Fuchsia #CD2DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.78%

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 44.57%
G = 9.78%
B = 45.65%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD2DD2 (or 0xCD2DD2) is known color: Fuchsia. HEX triplet: CD, 2D and D2. RGB value is (205,45,210). Sum of RGB (Red+Green+Blue) = 205+45+210=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD2DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DD2 is #32D22D. Grayscale: #6F6F6F. Windows color (decimal): -3330606 or 13774285. OLE color: 13774285.

HSL color Cylindrical-coordinate representation of color #CD2DD2: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2DD2 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 45 210 -
CMYK 0.02 0.79 0 0.18
HSL 298.18º 0.65% 0.5% -
HSV(B) 298.18º 0.79% 0.82% -
XYZ 37.75 19.51 62.75 -
YUV 111.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 205 45 210 0.02 0.79 0 0.18 298.18 0.65 0.5
Hex CD 2D D2 2 4F 0 12 12A 41 32
Octal 315 55 322 2 117 0 22 452 101 62
Binary 11001101 101101 11010010 10 1001111 0 10010 100101010 1000001 110010

Color Harmonies of #CD2DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2DD2

Black with #CD2DD2

Text Example


Text Example

White with #CD2DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2DD2; }

 p { color: rgb(205,45,210); }

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

background-color css

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

 a { background-color: rgb(205,45,210); }

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

border-color css

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

 span { border-color: rgb(205,45,210); }

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