Html Css Color HEX #CD36E3 Medium Orchid

📋 copy color: '#CD36E3'

red 205 ◦ green 54 ◦ blue 227

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

Shades of Medium Orchid #CD36E3

Tints of Medium Orchid #CD36E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 42.18%
G = 11.11%
B = 46.71%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD36E3 (or 0xCD36E3) is known color: Medium Orchid. HEX triplet: CD, 36 and E3. RGB value is (205,54,227). Sum of RGB (Red+Green+Blue) = 205+54+227=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD36E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36E3 is #32C91C. Grayscale: #767676. Windows color (decimal): -3328285 or 14890701. OLE color: 14890701.

HSL color Cylindrical-coordinate representation of color #CD36E3: hue angle of 292.37º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD36E3 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 54 227 -
CMYK 0.10 0.76 0 0.11
HSL 292.37º 0.76% 0.55% -
HSV(B) 292.37º 0.76% 0.89% -
XYZ 40.36 21.16 74.63 -
YUV 118.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 205 54 227 0.10 0.76 0 0.11 292.37 0.76 0.55
Hex CD 36 E3 A 4C 0 B 124 4C 37
Octal 315 66 343 12 114 0 13 444 114 67
Binary 11001101 110110 11100011 1010 1001100 0 1011 100100100 1001100 110111

Color Harmonies of #CD36E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36E3

Black with #CD36E3

Text Example


Text Example

White with #CD36E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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