Html Css Color HEX #CD36E2 Medium Orchid

📋 copy color: '#CD36E2'

red 205 ◦ green 54 ◦ blue 226

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

Shades of Medium Orchid #CD36E2

Tints of Medium Orchid #CD36E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.6%

R = 42.27%
G = 11.13%
B = 46.6%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD36E2 (or 0xCD36E2) is known color: Medium Orchid. HEX triplet: CD, 36 and E2. RGB value is (205,54,226). Sum of RGB (Red+Green+Blue) = 205+54+226=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD36E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36E2 is #32C91D. Grayscale: #767676. Windows color (decimal): -3328286 or 14825165. OLE color: 14825165.

HSL color Cylindrical-coordinate representation of color #CD36E2: hue angle of 292.67º degrees, saturation: 0.75, 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 #CD36E2 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 54 226 -
CMYK 0.09 0.76 0 0.11
HSL 292.67º 0.75% 0.55% -
HSV(B) 292.67º 0.76% 0.89% -
XYZ 40.22 21.11 73.91 -
YUV 118.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 205 54 226 0.09 0.76 0 0.11 292.67 0.75 0.55
Hex CD 36 E2 9 4C 0 B 125 4B 37
Octal 315 66 342 11 114 0 13 445 113 67
Binary 11001101 110110 11100010 1001 1001100 0 1011 100100101 1001011 110111

Color Harmonies of #CD36E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36E2

Black with #CD36E2

Text Example


Text Example

White with #CD36E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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