Html Css Color HEX #CD30DD Medium Orchid

📋 copy color: '#CD30DD'

red 205 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #CD30DD

Tints of Medium Orchid #CD30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 43.25%
G = 10.13%
B = 46.62%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD30DD (or 0xCD30DD) is known color: Medium Orchid. HEX triplet: CD, 30 and DD. RGB value is (205,48,221). Sum of RGB (Red+Green+Blue) = 205+48+221=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30DD is #32CF22. Grayscale: #727272. Windows color (decimal): -3329827 or 14495949. OLE color: 14495949.

HSL color Cylindrical-coordinate representation of color #CD30DD: hue angle of 294.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD30DD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 48 221 -
CMYK 0.07 0.78 0 0.13
HSL 294.45º 0.72% 0.53% -
HSV(B) 294.45º 0.78% 0.87% -
XYZ 39.28 20.31 70.26 -
YUV 114.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 205 48 221 0.07 0.78 0 0.13 294.45 0.72 0.53
Hex CD 30 DD 7 4E 0 D 126 48 35
Octal 315 60 335 7 116 0 15 446 110 65
Binary 11001101 110000 11011101 111 1001110 0 1101 100100110 1001000 110101

Color Harmonies of #CD30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30DD

Black with #CD30DD

Text Example


Text Example

White with #CD30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30DD; }

 p { color: rgb(205,48,221); }

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

background-color css

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

 a { background-color: rgb(205,48,221); }

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

border-color css

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

 span { border-color: rgb(205,48,221); }

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