Html Css Color HEX #CD44DB Medium Orchid

📋 copy color: '#CD44DB'

red 205 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #CD44DB

Tints of Medium Orchid #CD44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.82%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 41.67%
G = 13.82%
B = 44.51%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD44DB (or 0xCD44DB) is known color: Medium Orchid. HEX triplet: CD, 44 and DB. RGB value is (205,68,219). Sum of RGB (Red+Green+Blue) = 205+68+219=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44DB is #32BB24. Grayscale: #7D7D7D. Windows color (decimal): -3324709 or 14369997. OLE color: 14369997.

HSL color Cylindrical-coordinate representation of color #CD44DB: hue angle of 294.44º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD44DB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 68 219 -
CMYK 0.06 0.69 0 0.14
HSL 294.44º 0.68% 0.56% -
HSV(B) 294.44º 0.69% 0.86% -
XYZ 40.03 22.23 69.2 -
YUV 126.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 205 68 219 0.06 0.69 0 0.14 294.44 0.68 0.56
Hex CD 44 DB 6 45 0 E 126 44 38
Octal 315 104 333 6 105 0 16 446 104 70
Binary 11001101 1000100 11011011 110 1000101 0 1110 100100110 1000100 111000

Color Harmonies of #CD44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD44DB

Black with #CD44DB

Text Example


Text Example

White with #CD44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD44DB; }

 p { color: rgb(205,68,219); }

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

background-color css

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

 a { background-color: rgb(205,68,219); }

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

border-color css

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

 span { border-color: rgb(205,68,219); }

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