Html Css Color HEX #D04FEE Medium Orchid

📋 copy color: '#D04FEE'

red 208 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #D04FEE

Tints of Medium Orchid #D04FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.05%

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 39.62%
G = 15.05%
B = 45.33%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04FEE (or 0xD04FEE) is known color: Medium Orchid. HEX triplet: D0, 4F and EE. RGB value is (208,79,238). Sum of RGB (Red+Green+Blue) = 208+79+238=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FEE is #2FB011. Grayscale: #878787. Windows color (decimal): -3125266 or 15618000. OLE color: 15618000.

HSL color Cylindrical-coordinate representation of color #D04FEE: hue angle of 288.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04FEE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 79 238 -
CMYK 0.13 0.67 0 0.07
HSL 288.68º 0.82% 0.62% -
HSV(B) 288.68º 0.67% 0.93% -
XYZ 44.24 25.17 83.42 -
YUV 135.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 208 79 238 0.13 0.67 0 0.07 288.68 0.82 0.62
Hex D0 4F EE D 43 0 7 121 52 3E
Octal 320 117 356 15 103 0 7 441 122 76
Binary 11010000 1001111 11101110 1101 1000011 0 111 100100001 1010010 111110

Color Harmonies of #D04FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FEE

Black with #D04FEE

Text Example


Text Example

White with #D04FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FEE; }

 p { color: rgb(208,79,238); }

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

background-color css

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

 a { background-color: rgb(208,79,238); }

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

border-color css

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

 span { border-color: rgb(208,79,238); }

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