Html Css Color HEX #CD49DF Medium Orchid

📋 copy color: '#CD49DF'

red 205 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #CD49DF

Tints of Medium Orchid #CD49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 40.92%
G = 14.57%
B = 44.51%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD49DF (or 0xCD49DF) is known color: Medium Orchid. HEX triplet: CD, 49 and DF. RGB value is (205,73,223). Sum of RGB (Red+Green+Blue) = 205+73+223=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49DF is #32B620. Grayscale: #818181. Windows color (decimal): -3323425 or 14633421. OLE color: 14633421.

HSL color Cylindrical-coordinate representation of color #CD49DF: hue angle of 292.8º degrees, saturation: 0.7, 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 #CD49DF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 73 223 -
CMYK 0.08 0.67 0 0.13
HSL 292.8º 0.7% 0.58% -
HSV(B) 292.8º 0.67% 0.87% -
XYZ 40.88 23.07 72.11 -
YUV 129.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 205 73 223 0.08 0.67 0 0.13 292.8 0.7 0.58
Hex CD 49 DF 8 43 0 D 125 46 3A
Octal 315 111 337 10 103 0 15 445 106 72
Binary 11001101 1001001 11011111 1000 1000011 0 1101 100100101 1000110 111010

Color Harmonies of #CD49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49DF

Black with #CD49DF

Text Example


Text Example

White with #CD49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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