Html Css Color HEX #CD44EC Medium Orchid

📋 copy color: '#CD44EC'

red 205 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #CD44EC

Tints of Medium Orchid #CD44EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.36%

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

R = 40.28%
G = 13.36%
B = 46.37%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD44EC (or 0xCD44EC) is known color: Medium Orchid. HEX triplet: CD, 44 and EC. RGB value is (205,68,236). Sum of RGB (Red+Green+Blue) = 205+68+236=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD44EC is #32BB13. Grayscale: #7F7F7F. Windows color (decimal): -3324692 or 15484109. OLE color: 15484109.

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

Color convert

RGB 205 68 236 -
CMYK 0.13 0.71 0 0.07
HSL 288.93º 0.82% 0.6% -
HSV(B) 288.93º 0.71% 0.93% -
XYZ 42.38 23.17 81.6 -
YUV 128.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 205 68 236 0.13 0.71 0 0.07 288.93 0.82 0.6
Hex CD 44 EC D 47 0 7 121 52 3C
Octal 315 104 354 15 107 0 7 441 122 74
Binary 11001101 1000100 11101100 1101 1000111 0 111 100100001 1010010 111100

Color Harmonies of #CD44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD44EC

Black with #CD44EC

Text Example


Text Example

White with #CD44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD44EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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