Html Css Color HEX #CD36DC Medium Orchid

📋 copy color: '#CD36DC'

red 205 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #CD36DC

Tints of Medium Orchid #CD36DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 42.8%
G = 11.27%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD36DC (or 0xCD36DC) is known color: Medium Orchid. HEX triplet: CD, 36 and DC. RGB value is (205,54,220). Sum of RGB (Red+Green+Blue) = 205+54+220=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36DC is #32C923. Grayscale: #757575. Windows color (decimal): -3328292 or 14431949. OLE color: 14431949.

HSL color Cylindrical-coordinate representation of color #CD36DC: hue angle of 294.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD36DC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 54 220 -
CMYK 0.07 0.75 0 0.14
HSL 294.58º 0.7% 0.54% -
HSV(B) 294.58º 0.75% 0.86% -
XYZ 39.41 20.78 69.64 -
YUV 118.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 205 54 220 0.07 0.75 0 0.14 294.58 0.7 0.54
Hex CD 36 DC 7 4B 0 E 127 46 36
Octal 315 66 334 7 113 0 16 447 106 66
Binary 11001101 110110 11011100 111 1001011 0 1110 100100111 1000110 110110

Color Harmonies of #CD36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36DC

Black with #CD36DC

Text Example


Text Example

White with #CD36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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