Html Css Color HEX #CD30DC Medium Orchid

📋 copy color: '#CD30DC'

red 205 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #CD30DC

Tints of Medium Orchid #CD30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 43.34%
G = 10.15%
B = 46.51%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD30DC (or 0xCD30DC) is known color: Medium Orchid. HEX triplet: CD, 30 and DC. RGB value is (205,48,220). Sum of RGB (Red+Green+Blue) = 205+48+220=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30DC is #32CF23. Grayscale: #727272. Windows color (decimal): -3329828 or 14430413. OLE color: 14430413.

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

Color convert

RGB 205 48 220 -
CMYK 0.07 0.78 0 0.14
HSL 294.77º 0.71% 0.53% -
HSV(B) 294.77º 0.78% 0.86% -
XYZ 39.15 20.26 69.56 -
YUV 114.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 205 48 220 0.07 0.78 0 0.14 294.77 0.71 0.53
Hex CD 30 DC 7 4E 0 E 127 47 35
Octal 315 60 334 7 116 0 16 447 107 65
Binary 11001101 110000 11011100 111 1001110 0 1110 100100111 1000111 110101

Color Harmonies of #CD30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30DC

Black with #CD30DC

Text Example


Text Example

White with #CD30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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