Html Css Color HEX #CD5EDE Medium Orchid

📋 copy color: '#CD5EDE'

red 205 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #CD5EDE

Tints of Medium Orchid #CD5EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 39.35%
G = 18.04%
B = 42.61%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD5EDE (or 0xCD5EDE) is known color: Medium Orchid. HEX triplet: CD, 5E and DE. RGB value is (205,94,222). Sum of RGB (Red+Green+Blue) = 205+94+222=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDE is #32A121. Grayscale: #8D8D8D. Windows color (decimal): -3318050 or 14573261. OLE color: 14573261.

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

Color convert

RGB 205 94 222 -
CMYK 0.08 0.58 0 0.13
HSL 292.03º 0.66% 0.62% -
HSV(B) 292.03º 0.58% 0.87% -
XYZ 42.36 26.26 71.94 -
YUV 141.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 205 94 222 0.08 0.58 0 0.13 292.03 0.66 0.62
Hex CD 5E DE 8 3A 0 D 124 42 3E
Octal 315 136 336 10 72 0 15 444 102 76
Binary 11001101 1011110 11011110 1000 111010 0 1101 100100100 1000010 111110

Color Harmonies of #CD5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5EDE

Black with #CD5EDE

Text Example


Text Example

White with #CD5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5EDE; }

 p { color: rgb(205,94,222); }

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

background-color css

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

 a { background-color: rgb(205,94,222); }

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

border-color css

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

 span { border-color: rgb(205,94,222); }

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