Html Css Color HEX #CD57DF Medium Orchid

📋 copy color: '#CD57DF'

red 205 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #CD57DF

Tints of Medium Orchid #CD57DF

RGB

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

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

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

R = 39.81%
G = 16.89%
B = 43.3%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD57DF (or 0xCD57DF) is known color: Medium Orchid. HEX triplet: CD, 57 and DF. RGB value is (205,87,223). Sum of RGB (Red+Green+Blue) = 205+87+223=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57DF is #32A820. Grayscale: #898989. Windows color (decimal): -3319841 or 14637005. OLE color: 14637005.

HSL color Cylindrical-coordinate representation of color #CD57DF: hue angle of 292.06º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD57DF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 87 223 -
CMYK 0.08 0.61 0 0.13
HSL 292.06º 0.68% 0.61% -
HSV(B) 292.06º 0.61% 0.87% -
XYZ 41.9 25.12 72.45 -
YUV 137.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 205 87 223 0.08 0.61 0 0.13 292.06 0.68 0.61
Hex CD 57 DF 8 3D 0 D 124 44 3D
Octal 315 127 337 10 75 0 15 444 104 75
Binary 11001101 1010111 11011111 1000 111101 0 1101 100100100 1000100 111101

Color Harmonies of #CD57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD57DF

Black with #CD57DF

Text Example


Text Example

White with #CD57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD57DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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