Html Css Color HEX #CD5BE0 Medium Orchid

📋 copy color: '#CD5BE0'

red 205 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #CD5BE0

Tints of Medium Orchid #CD5BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 39.42%
G = 17.5%
B = 43.08%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD5BE0 (or 0xCD5BE0) is known color: Medium Orchid. HEX triplet: CD, 5B and E0. RGB value is (205,91,224). Sum of RGB (Red+Green+Blue) = 205+91+224=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5BE0 is #32A41F. Grayscale: #8B8B8B. Windows color (decimal): -3318816 or 14703565. OLE color: 14703565.

HSL color Cylindrical-coordinate representation of color #CD5BE0: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5BE0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 91 224 -
CMYK 0.08 0.59 0 0.12
HSL 291.43º 0.68% 0.62% -
HSV(B) 291.43º 0.59% 0.88% -
XYZ 42.37 25.84 73.28 -
YUV 140.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 205 91 224 0.08 0.59 0 0.12 291.43 0.68 0.62
Hex CD 5B E0 8 3B 0 C 123 44 3E
Octal 315 133 340 10 73 0 14 443 104 76
Binary 11001101 1011011 11100000 1000 111011 0 1100 100100011 1000100 111110

Color Harmonies of #CD5BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5BE0

Black with #CD5BE0

Text Example


Text Example

White with #CD5BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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