Html Css Color HEX #CD41EC Medium Orchid

📋 copy color: '#CD41EC'

red 205 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #CD41EC

Tints of Medium Orchid #CD41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.85%

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

R = 40.51%
G = 12.85%
B = 46.64%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD41EC (or 0xCD41EC) is known color: Medium Orchid. HEX triplet: CD, 41 and EC. RGB value is (205,65,236). Sum of RGB (Red+Green+Blue) = 205+65+236=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD41EC is #32BE13. Grayscale: #7D7D7D. Windows color (decimal): -3325460 or 15483341. OLE color: 15483341.

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

Color convert

RGB 205 65 236 -
CMYK 0.13 0.72 0 0.07
HSL 289.12º 0.82% 0.59% -
HSV(B) 289.12º 0.72% 0.93% -
XYZ 42.21 22.82 81.54 -
YUV 126.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 205 65 236 0.13 0.72 0 0.07 289.12 0.82 0.59
Hex CD 41 EC D 48 0 7 121 52 3B
Octal 315 101 354 15 110 0 7 441 122 73
Binary 11001101 1000001 11101100 1101 1001000 0 111 100100001 1010010 111011

Color Harmonies of #CD41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41EC

Black with #CD41EC

Text Example


Text Example

White with #CD41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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