Html Css Color HEX #CD5EEC Medium Orchid

📋 copy color: '#CD5EEC'

red 205 ◦ green 94 ◦ blue 236

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

Shades of Medium Orchid #CD5EEC

Tints of Medium Orchid #CD5EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 38.32%
G = 17.57%
B = 44.11%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD5EEC (or 0xCD5EEC) is known color: Medium Orchid. HEX triplet: CD, 5E and EC. RGB value is (205,94,236). Sum of RGB (Red+Green+Blue) = 205+94+236=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5EEC is #32A113. Grayscale: #8E8E8E. Windows color (decimal): -3318036 or 15490765. OLE color: 15490765.

HSL color Cylindrical-coordinate representation of color #CD5EEC: hue angle of 286.9º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5EEC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 94 236 -
CMYK 0.13 0.60 0 0.07
HSL 286.9º 0.79% 0.65% -
HSV(B) 286.9º 0.6% 0.93% -
XYZ 44.32 27.04 82.24 -
YUV 143.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 205 94 236 0.13 0.60 0 0.07 286.9 0.79 0.65
Hex CD 5E EC D 3C 0 7 11F 4F 41
Octal 315 136 354 15 74 0 7 437 117 101
Binary 11001101 1011110 11101100 1101 111100 0 111 100011111 1001111 1000001

Color Harmonies of #CD5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5EEC

Black with #CD5EEC

Text Example


Text Example

White with #CD5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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