Html Css Color HEX #CD36EE Medium Orchid

📋 copy color: '#CD36EE'

red 205 ◦ green 54 ◦ blue 238

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

Shades of Medium Orchid #CD36EE

Tints of Medium Orchid #CD36EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.87%

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

R = 41.25%
G = 10.87%
B = 47.89%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD36EE (or 0xCD36EE) is known color: Medium Orchid. HEX triplet: CD, 36 and EE. RGB value is (205,54,238). Sum of RGB (Red+Green+Blue) = 205+54+238=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD36EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD36EE is #32C911. Grayscale: #777777. Windows color (decimal): -3328274 or 15611597. OLE color: 15611597.

HSL color Cylindrical-coordinate representation of color #CD36EE: hue angle of 289.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD36EE is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 54 238 -
CMYK 0.14 0.77 0 0.07
HSL 289.24º 0.84% 0.57% -
HSV(B) 289.24º 0.77% 0.93% -
XYZ 41.93 21.79 82.89 -
YUV 120.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 205 54 238 0.14 0.77 0 0.07 289.24 0.84 0.57
Hex CD 36 EE E 4D 0 7 121 54 39
Octal 315 66 356 16 115 0 7 441 124 71
Binary 11001101 110110 11101110 1110 1001101 0 111 100100001 1010100 111001

Color Harmonies of #CD36EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36EE

Black with #CD36EE

Text Example


Text Example

White with #CD36EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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