Html Css Color HEX #D237DE Medium Orchid

📋 copy color: '#D237DE'

red 210 ◦ green 55 ◦ blue 222

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

Shades of Medium Orchid #D237DE

Tints of Medium Orchid #D237DE

RGB

 RED value IS 210 (82.42% from 255) = 43.12%

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 43.12%
G = 11.29%
B = 45.59%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D237DE (or 0xD237DE) is known color: Medium Orchid. HEX triplet: D2, 37 and DE. RGB value is (210,55,222). Sum of RGB (Red+Green+Blue) = 210+55+222=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #D237DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237DE is #2DC821. Grayscale: #777777. Windows color (decimal): -3000354 or 14563282. OLE color: 14563282.

HSL color Cylindrical-coordinate representation of color #D237DE: hue angle of 295.69º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D237DE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 55 222 -
CMYK 0.05 0.75 0 0.13
HSL 295.69º 0.72% 0.54% -
HSV(B) 295.69º 0.75% 0.87% -
XYZ 41.13 21.71 71.13 -
YUV 120.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 210 55 222 0.05 0.75 0 0.13 295.69 0.72 0.54
Hex D2 37 DE 5 4B 0 D 128 48 36
Octal 322 67 336 5 113 0 15 450 110 66
Binary 11010010 110111 11011110 101 1001011 0 1101 100101000 1001000 110110

Color Harmonies of #D237DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237DE

Black with #D237DE

Text Example


Text Example

White with #D237DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237DE; }

 p { color: rgb(210,55,222); }

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

background-color css

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

 a { background-color: rgb(210,55,222); }

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

border-color css

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

 span { border-color: rgb(210,55,222); }

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