Html Css Color HEX #D236F7 Medium Orchid

📋 copy color: '#D236F7'

red 210 ◦ green 54 ◦ blue 247

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

Shades of Medium Orchid #D236F7

Tints of Medium Orchid #D236F7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.57%

 BLUE value IS 247 (96.88% from 255) = 48.34%

R = 41.1%
G = 10.57%
B = 48.34%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D236F7 (or 0xD236F7) is known color: Medium Orchid. HEX triplet: D2, 36 and F7. RGB value is (210,54,247). Sum of RGB (Red+Green+Blue) = 210+54+247=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #D236F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236F7 is #2DC908. Grayscale: #7A7A7A. Windows color (decimal): -3000585 or 16201426. OLE color: 16201426.

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

Color convert

RGB 210 54 247 -
CMYK 0.15 0.78 0 0.03
HSL 288.5º 0.92% 0.59% -
HSV(B) 288.5º 0.78% 0.97% -
XYZ 44.69 23.06 90.09 -
YUV 122.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 210 54 247 0.15 0.78 0 0.03 288.5 0.92 0.59
Hex D2 36 F7 F 4E 0 3 120 5C 3B
Octal 322 66 367 17 116 0 3 440 134 73
Binary 11010010 110110 11110111 1111 1001110 0 11 100100000 1011100 111011

Color Harmonies of #D236F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236F7

Black with #D236F7

Text Example


Text Example

White with #D236F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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