Html Css Color HEX #CD57DB Medium Orchid

📋 copy color: '#CD57DB'

red 205 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #CD57DB

Tints of Medium Orchid #CD57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.03%

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

R = 40.12%
G = 17.03%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD57DB (or 0xCD57DB) is known color: Medium Orchid. HEX triplet: CD, 57 and DB. RGB value is (205,87,219). Sum of RGB (Red+Green+Blue) = 205+87+219=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57DB is #32A824. Grayscale: #888888. Windows color (decimal): -3319845 or 14374861. OLE color: 14374861.

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

Color convert

RGB 205 87 219 -
CMYK 0.06 0.60 0 0.14
HSL 293.64º 0.65% 0.6% -
HSV(B) 293.64º 0.6% 0.86% -
XYZ 41.37 24.91 69.65 -
YUV 137.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 205 87 219 0.06 0.60 0 0.14 293.64 0.65 0.6
Hex CD 57 DB 6 3C 0 E 126 41 3C
Octal 315 127 333 6 74 0 16 446 101 74
Binary 11001101 1010111 11011011 110 111100 0 1110 100100110 1000001 111100

Color Harmonies of #CD57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD57DB

Black with #CD57DB

Text Example


Text Example

White with #CD57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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