Html Css Color HEX #CD32DB Medium Orchid

📋 copy color: '#CD32DB'

red 205 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #CD32DB

Tints of Medium Orchid #CD32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.55%

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

R = 43.25%
G = 10.55%
B = 46.2%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD32DB (or 0xCD32DB) is known color: Medium Orchid. HEX triplet: CD, 32 and DB. RGB value is (205,50,219). Sum of RGB (Red+Green+Blue) = 205+50+219=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32DB is #32CD24. Grayscale: #737373. Windows color (decimal): -3329317 or 14365389. OLE color: 14365389.

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

Color convert

RGB 205 50 219 -
CMYK 0.06 0.77 0 0.14
HSL 295.03º 0.7% 0.53% -
HSV(B) 295.03º 0.77% 0.86% -
XYZ 39.1 20.37 68.89 -
YUV 115.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 205 50 219 0.06 0.77 0 0.14 295.03 0.7 0.53
Hex CD 32 DB 6 4D 0 E 127 46 35
Octal 315 62 333 6 115 0 16 447 106 65
Binary 11001101 110010 11011011 110 1001101 0 1110 100100111 1000110 110101

Color Harmonies of #CD32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32DB

Black with #CD32DB

Text Example


Text Example

White with #CD32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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