Html Css Color HEX #D042D7 Medium Orchid

📋 copy color: '#D042D7'

red 208 ◦ green 66 ◦ blue 215

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

Shades of Medium Orchid #D042D7

Tints of Medium Orchid #D042D7

RGB

 RED value IS 208 (81.64% from 255) = 42.54%

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

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 42.54%
G = 13.5%
B = 43.97%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D042D7 (or 0xD042D7) is known color: Medium Orchid. HEX triplet: D0, 42 and D7. RGB value is (208,66,215). Sum of RGB (Red+Green+Blue) = 208+66+215=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #D042D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042D7 is #2FBD28. Grayscale: #7C7C7C. Windows color (decimal): -3128617 or 14107344. OLE color: 14107344.

HSL color Cylindrical-coordinate representation of color #D042D7: hue angle of 297.18º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D042D7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 66 215 -
CMYK 0.03 0.69 0 0.16
HSL 297.18º 0.65% 0.55% -
HSV(B) 297.18º 0.69% 0.84% -
XYZ 40.23 22.21 66.46 -
YUV 125.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 208 66 215 0.03 0.69 0 0.16 297.18 0.65 0.55
Hex D0 42 D7 3 45 0 10 129 41 37
Octal 320 102 327 3 105 0 20 451 101 67
Binary 11010000 1000010 11010111 11 1000101 0 10000 100101001 1000001 110111

Color Harmonies of #D042D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042D7

Black with #D042D7

Text Example


Text Example

White with #D042D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042D7; }

 p { color: rgb(208,66,215); }

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

background-color css

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

 a { background-color: rgb(208,66,215); }

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

border-color css

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

 span { border-color: rgb(208,66,215); }

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