#D238F7

Color #D238F7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D238F7

Tints of Medium Orchid #D238F7

Color information

#D238F7 (or 0xD238F7) is unknown color: approx Medium Orchid. HEX triplet: D2, 38 and F7. RGB value is (210,56,247). Sum of RGB (Red+Green+Blue) = 210+56+247=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #D238F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238F7 is #2DC708. Grayscale: #7B7B7B. Windows color (decimal): -3000073 or 16201938. OLE color: 16201938.

HSL color Cylindrical-coordinate representation of color #D238F7: hue angle of 288.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D238F7 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21056247-
CMYK0.150.7700.03
HSL288.38º92.27%59.41%-
HSV(B)288.38º77.33%96.86%-
XYZ44.7823.2590.12-
YUV123.82197.52189.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 56 (22.27% from 255) = 10.92%
BLUE value IS 247 (96.88% from 255) = 48.15%
R=40.94%
G=10.92%
B=48.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210562470.150.7700.03288.3892.2759.41
HexD238F7F4D031205c3b
Octal32270367171150344013473
Binary1101001011100011110111111110011010111001000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D238F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D238F7; }

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

 H1.HeaderClassName
 {
   color: #D238F7;
 }
 .AnyTagClassName
 {
   color: #D238F7;
 }
</style>
background-color css

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

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

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

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

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

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