Html Css Color HEX #D02FED Medium Orchid

📋 copy color: '#D02FED'

red 208 ◦ green 47 ◦ blue 237

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

Shades of Medium Orchid #D02FED

Tints of Medium Orchid #D02FED

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.55%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 42.28%
G = 9.55%
B = 48.17%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D02FED (or 0xD02FED) is known color: Medium Orchid. HEX triplet: D0, 2F and ED. RGB value is (208,47,237). Sum of RGB (Red+Green+Blue) = 208+47+237=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #D02FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FED is #2FD012. Grayscale: #747474. Windows color (decimal): -3133459 or 15544272. OLE color: 15544272.

HSL color Cylindrical-coordinate representation of color #D02FED: hue angle of 290.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02FED is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 47 237 -
CMYK 0.12 0.80 0 0.07
HSL 290.84º 0.84% 0.56% -
HSV(B) 290.84º 0.8% 0.93% -
XYZ 42.32 21.56 82.05 -
YUV 116.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 208 47 237 0.12 0.80 0 0.07 290.84 0.84 0.56
Hex D0 2F ED C 50 0 7 123 54 38
Octal 320 57 355 14 120 0 7 443 124 70
Binary 11010000 101111 11101101 1100 1010000 0 111 100100011 1010100 111000

Color Harmonies of #D02FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FED

Black with #D02FED

Text Example


Text Example

White with #D02FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FED; }

 p { color: rgb(208,47,237); }

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

background-color css

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

 a { background-color: rgb(208,47,237); }

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

border-color css

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

 span { border-color: rgb(208,47,237); }

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