Html Css Color HEX #D238DD Medium Orchid

📋 copy color: '#D238DD'

red 210 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #D238DD

Tints of Medium Orchid #D238DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.5%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 43.12%
G = 11.5%
B = 45.38%

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

#D238DD (or 0xD238DD) is known color: Medium Orchid. HEX triplet: D2, 38 and DD. RGB value is (210,56,221). Sum of RGB (Red+Green+Blue) = 210+56+221=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #D238DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238DD is #2DC722. Grayscale: #787878. Windows color (decimal): -3000099 or 14498002. OLE color: 14498002.

HSL color Cylindrical-coordinate representation of color #D238DD: hue angle of 296º degrees, saturation: 0.71, 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 #D238DD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 56 221 -
CMYK 0.05 0.75 0 0.13
HSL 296º 0.71% 0.54% -
HSV(B) 296º 0.75% 0.87% -
XYZ 41.04 21.75 70.44 -
YUV 120.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 210 56 221 0.05 0.75 0 0.13 296 0.71 0.54
Hex D2 38 DD 5 4B 0 D 128 47 36
Octal 322 70 335 5 113 0 15 450 107 66
Binary 11010010 111000 11011101 101 1001011 0 1101 100101000 1000111 110110

Color Harmonies of #D238DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238DD

Black with #D238DD

Text Example


Text Example

White with #D238DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238DD; }

 p { color: rgb(210,56,221); }

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

background-color css

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

 a { background-color: rgb(210,56,221); }

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

border-color css

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

 span { border-color: rgb(210,56,221); }

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