Html Css Color HEX #CD55EC Medium Orchid

📋 copy color: '#CD55EC'

red 205 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #CD55EC

Tints of Medium Orchid #CD55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.16%

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

R = 38.97%
G = 16.16%
B = 44.87%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD55EC (or 0xCD55EC) is known color: Medium Orchid. HEX triplet: CD, 55 and EC. RGB value is (205,85,236). Sum of RGB (Red+Green+Blue) = 205+85+236=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD55EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55EC is #32AA13. Grayscale: #898989. Windows color (decimal): -3320340 or 15488461. OLE color: 15488461.

HSL color Cylindrical-coordinate representation of color #CD55EC: hue angle of 287.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD55EC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 85 236 -
CMYK 0.13 0.64 0 0.07
HSL 287.68º 0.8% 0.63% -
HSV(B) 287.68º 0.64% 0.93% -
XYZ 43.57 25.53 81.99 -
YUV 138.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 205 85 236 0.13 0.64 0 0.07 287.68 0.8 0.63
Hex CD 55 EC D 40 0 7 120 50 3F
Octal 315 125 354 15 100 0 7 440 120 77
Binary 11001101 1010101 11101100 1101 1000000 0 111 100100000 1010000 111111

Color Harmonies of #CD55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55EC

Black with #CD55EC

Text Example


Text Example

White with #CD55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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