Html Css Color HEX #CD5BDE Medium Orchid

📋 copy color: '#CD5BDE'

red 205 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #CD5BDE

Tints of Medium Orchid #CD5BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.57%

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

R = 39.58%
G = 17.57%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD5BDE (or 0xCD5BDE) is known color: Medium Orchid. HEX triplet: CD, 5B and DE. RGB value is (205,91,222). Sum of RGB (Red+Green+Blue) = 205+91+222=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD5BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5BDE is #32A421. Grayscale: #8B8B8B. Windows color (decimal): -3318818 or 14572493. OLE color: 14572493.

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

Color convert

RGB 205 91 222 -
CMYK 0.08 0.59 0 0.13
HSL 292.21º 0.66% 0.61% -
HSV(B) 292.21º 0.59% 0.87% -
XYZ 42.1 25.74 71.86 -
YUV 140.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 205 91 222 0.08 0.59 0 0.13 292.21 0.66 0.61
Hex CD 5B DE 8 3B 0 D 124 42 3D
Octal 315 133 336 10 73 0 15 444 102 75
Binary 11001101 1011011 11011110 1000 111011 0 1101 100100100 1000010 111101

Color Harmonies of #CD5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5BDE

Black with #CD5BDE

Text Example


Text Example

White with #CD5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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