Html Css Color HEX #CD37EF Medium Orchid

📋 copy color: '#CD37EF'

red 205 ◦ green 55 ◦ blue 239

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

Shades of Medium Orchid #CD37EF

Tints of Medium Orchid #CD37EF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.02%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 41.08%
G = 11.02%
B = 47.9%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD37EF (or 0xCD37EF) is known color: Medium Orchid. HEX triplet: CD, 37 and EF. RGB value is (205,55,239). Sum of RGB (Red+Green+Blue) = 205+55+239=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37EF is #32C810. Grayscale: #787878. Windows color (decimal): -3328017 or 15677389. OLE color: 15677389.

HSL color Cylindrical-coordinate representation of color #CD37EF: hue angle of 288.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD37EF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 55 239 -
CMYK 0.14 0.77 0 0.06
HSL 288.91º 0.85% 0.58% -
HSV(B) 288.91º 0.77% 0.94% -
XYZ 42.12 21.94 83.68 -
YUV 120.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 205 55 239 0.14 0.77 0 0.06 288.91 0.85 0.58
Hex CD 37 EF E 4D 0 6 121 55 3A
Octal 315 67 357 16 115 0 6 441 125 72
Binary 11001101 110111 11101111 1110 1001101 0 110 100100001 1010101 111010

Color Harmonies of #CD37EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37EF

Black with #CD37EF

Text Example


Text Example

White with #CD37EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37EF; }

 p { color: rgb(205,55,239); }

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

background-color css

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

 a { background-color: rgb(205,55,239); }

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

border-color css

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

 span { border-color: rgb(205,55,239); }

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