Html Css Color HEX #CD49DD Medium Orchid

📋 copy color: '#CD49DD'

red 205 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #CD49DD

Tints of Medium Orchid #CD49DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.63%

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

R = 41.08%
G = 14.63%
B = 44.29%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD49DD (or 0xCD49DD) is known color: Medium Orchid. HEX triplet: CD, 49 and DD. RGB value is (205,73,221). Sum of RGB (Red+Green+Blue) = 205+73+221=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49DD is #32B622. Grayscale: #808080. Windows color (decimal): -3323427 or 14502349. OLE color: 14502349.

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

Color convert

RGB 205 73 221 -
CMYK 0.07 0.67 0 0.13
HSL 293.51º 0.69% 0.58% -
HSV(B) 293.51º 0.67% 0.87% -
XYZ 40.61 22.96 70.7 -
YUV 129.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 205 73 221 0.07 0.67 0 0.13 293.51 0.69 0.58
Hex CD 49 DD 7 43 0 D 126 45 3A
Octal 315 111 335 7 103 0 15 446 105 72
Binary 11001101 1001001 11011101 111 1000011 0 1101 100100110 1000101 111010

Color Harmonies of #CD49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49DD

Black with #CD49DD

Text Example


Text Example

White with #CD49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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