Html Css Color HEX #CD40EC Medium Orchid

📋 copy color: '#CD40EC'

red 205 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #CD40EC

Tints of Medium Orchid #CD40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.67%

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

R = 40.59%
G = 12.67%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD40EC (or 0xCD40EC) is known color: Medium Orchid. HEX triplet: CD, 40 and EC. RGB value is (205,64,236). Sum of RGB (Red+Green+Blue) = 205+64+236=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD40EC is #32BF13. Grayscale: #7D7D7D. Windows color (decimal): -3325716 or 15483085. OLE color: 15483085.

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

Color convert

RGB 205 64 236 -
CMYK 0.13 0.73 0 0.07
HSL 289.19º 0.82% 0.59% -
HSV(B) 289.19º 0.73% 0.93% -
XYZ 42.15 22.7 81.52 -
YUV 125.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 205 64 236 0.13 0.73 0 0.07 289.19 0.82 0.59
Hex CD 40 EC D 49 0 7 121 52 3B
Octal 315 100 354 15 111 0 7 441 122 73
Binary 11001101 1000000 11101100 1101 1001001 0 111 100100001 1010010 111011

Color Harmonies of #CD40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40EC

Black with #CD40EC

Text Example


Text Example

White with #CD40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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