Html Css Color HEX #CD36ED Medium Orchid

📋 copy color: '#CD36ED'

red 205 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #CD36ED

Tints of Medium Orchid #CD36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 41.33%
G = 10.89%
B = 47.78%

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

#CD36ED (or 0xCD36ED) is known color: Medium Orchid. HEX triplet: CD, 36 and ED. RGB value is (205,54,237). Sum of RGB (Red+Green+Blue) = 205+54+237=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD36ED is #32C912. Grayscale: #777777. Windows color (decimal): -3328275 or 15546061. OLE color: 15546061.

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

Color convert

RGB 205 54 237 -
CMYK 0.14 0.77 0 0.07
HSL 289.51º 0.84% 0.57% -
HSV(B) 289.51º 0.77% 0.93% -
XYZ 41.78 21.73 82.11 -
YUV 120.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 205 54 237 0.14 0.77 0 0.07 289.51 0.84 0.57
Hex CD 36 ED E 4D 0 7 122 54 39
Octal 315 66 355 16 115 0 7 442 124 71
Binary 11001101 110110 11101101 1110 1001101 0 111 100100010 1010100 111001

Color Harmonies of #CD36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36ED

Black with #CD36ED

Text Example


Text Example

White with #CD36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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