Html Css Color HEX #D238DC Medium Orchid

📋 copy color: '#D238DC'

red 210 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #D238DC

Tints of Medium Orchid #D238DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 43.21%
G = 11.52%
B = 45.27%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D238DC (or 0xD238DC) is known color: Medium Orchid. HEX triplet: D2, 38 and DC. RGB value is (210,56,220). Sum of RGB (Red+Green+Blue) = 210+56+220=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #D238DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238DC is #2DC723. Grayscale: #787878. Windows color (decimal): -3000100 or 14432466. OLE color: 14432466.

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

Color convert

RGB 210 56 220 -
CMYK 0.05 0.75 0 0.14
HSL 296.34º 0.7% 0.54% -
HSV(B) 296.34º 0.75% 0.86% -
XYZ 40.91 21.7 69.74 -
YUV 120.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 210 56 220 0.05 0.75 0 0.14 296.34 0.7 0.54
Hex D2 38 DC 5 4B 0 E 128 46 36
Octal 322 70 334 5 113 0 16 450 106 66
Binary 11010010 111000 11011100 101 1001011 0 1110 100101000 1000110 110110

Color Harmonies of #D238DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238DC

Black with #D238DC

Text Example


Text Example

White with #D238DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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