Html Css Color HEX #D242F7 Medium Orchid

📋 copy color: '#D242F7'

red 210 ◦ green 66 ◦ blue 247

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

Shades of Medium Orchid #D242F7

Tints of Medium Orchid #D242F7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.62%

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

R = 40.15%
G = 12.62%
B = 47.23%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D242F7 (or 0xD242F7) is known color: Medium Orchid. HEX triplet: D2, 42 and F7. RGB value is (210,66,247). Sum of RGB (Red+Green+Blue) = 210+66+247=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #D242F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242F7 is #2DBD08. Grayscale: #818181. Windows color (decimal): -2997513 or 16204498. OLE color: 16204498.

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

Color convert

RGB 210 66 247 -
CMYK 0.15 0.73 0 0.03
HSL 287.73º 0.92% 0.61% -
HSV(B) 287.73º 0.73% 0.97% -
XYZ 45.32 24.31 90.3 -
YUV 129.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 210 66 247 0.15 0.73 0 0.03 287.73 0.92 0.61
Hex D2 42 F7 F 49 0 3 120 5C 3D
Octal 322 102 367 17 111 0 3 440 134 75
Binary 11010010 1000010 11110111 1111 1001001 0 11 100100000 1011100 111101

Color Harmonies of #D242F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242F7

Black with #D242F7

Text Example


Text Example

White with #D242F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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