Html Css Color HEX #CD5EDB Medium Orchid

📋 copy color: '#CD5EDB'

red 205 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #CD5EDB

Tints of Medium Orchid #CD5EDB

RGB

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

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

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

R = 39.58%
G = 18.15%
B = 42.28%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD5EDB (or 0xCD5EDB) is known color: Medium Orchid. HEX triplet: CD, 5E and DB. RGB value is (205,94,219). Sum of RGB (Red+Green+Blue) = 205+94+219=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDB is #32A124. Grayscale: #8D8D8D. Windows color (decimal): -3318053 or 14376653. OLE color: 14376653.

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

Color convert

RGB 205 94 219 -
CMYK 0.06 0.57 0 0.14
HSL 293.28º 0.63% 0.61% -
HSV(B) 293.28º 0.57% 0.86% -
XYZ 41.97 26.1 69.84 -
YUV 141.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 205 94 219 0.06 0.57 0 0.14 293.28 0.63 0.61
Hex CD 5E DB 6 39 0 E 125 3F 3D
Octal 315 136 333 6 71 0 16 445 77 75
Binary 11001101 1011110 11011011 110 111001 0 1110 100100101 111111 111101

Color Harmonies of #CD5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5EDB

Black with #CD5EDB

Text Example


Text Example

White with #CD5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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