Html Css Color HEX #CD41EE Medium Orchid

📋 copy color: '#CD41EE'

red 205 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #CD41EE

Tints of Medium Orchid #CD41EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 40.35%
G = 12.8%
B = 46.85%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD41EE (or 0xCD41EE) is known color: Medium Orchid. HEX triplet: CD, 41 and EE. RGB value is (205,65,238). Sum of RGB (Red+Green+Blue) = 205+65+238=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD41EE is #32BE11. Grayscale: #7E7E7E. Windows color (decimal): -3325458 or 15614413. OLE color: 15614413.

HSL color Cylindrical-coordinate representation of color #CD41EE: hue angle of 288.55º degrees, saturation: 0.84, 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 #CD41EE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 65 238 -
CMYK 0.14 0.73 0 0.07
HSL 288.55º 0.84% 0.59% -
HSV(B) 288.55º 0.73% 0.93% -
XYZ 42.5 22.93 83.08 -
YUV 126.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 205 65 238 0.14 0.73 0 0.07 288.55 0.84 0.59
Hex CD 41 EE E 49 0 7 121 54 3B
Octal 315 101 356 16 111 0 7 441 124 73
Binary 11001101 1000001 11101110 1110 1001001 0 111 100100001 1010100 111011

Color Harmonies of #CD41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41EE

Black with #CD41EE

Text Example


Text Example

White with #CD41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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