Html Css Color HEX #CD37DB Medium Orchid

📋 copy color: '#CD37DB'

red 205 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #CD37DB

Tints of Medium Orchid #CD37DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 42.8%
G = 11.48%
B = 45.72%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD37DB (or 0xCD37DB) is known color: Medium Orchid. HEX triplet: CD, 37 and DB. RGB value is (205,55,219). Sum of RGB (Red+Green+Blue) = 205+55+219=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37DB is #32C824. Grayscale: #767676. Windows color (decimal): -3328037 or 14366669. OLE color: 14366669.

HSL color Cylindrical-coordinate representation of color #CD37DB: hue angle of 294.88º degrees, saturation: 0.69, 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 #CD37DB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 55 219 -
CMYK 0.06 0.75 0 0.14
HSL 294.88º 0.69% 0.54% -
HSV(B) 294.88º 0.75% 0.86% -
XYZ 39.33 20.83 68.96 -
YUV 118.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 205 55 219 0.06 0.75 0 0.14 294.88 0.69 0.54
Hex CD 37 DB 6 4B 0 E 127 45 36
Octal 315 67 333 6 113 0 16 447 105 66
Binary 11001101 110111 11011011 110 1001011 0 1110 100100111 1000101 110110

Color Harmonies of #CD37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37DB

Black with #CD37DB

Text Example


Text Example

White with #CD37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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