Html Css Color HEX #D02FDE Medium Orchid

📋 copy color: '#D02FDE'

red 208 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #D02FDE

Tints of Medium Orchid #D02FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 43.61%
G = 9.85%
B = 46.54%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D02FDE (or 0xD02FDE) is known color: Medium Orchid. HEX triplet: D0, 2F and DE. RGB value is (208,47,222). Sum of RGB (Red+Green+Blue) = 208+47+222=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #D02FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FDE is #2FD021. Grayscale: #727272. Windows color (decimal): -3133474 or 14561232. OLE color: 14561232.

HSL color Cylindrical-coordinate representation of color #D02FDE: hue angle of 295.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02FDE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 47 222 -
CMYK 0.06 0.79 0 0.13
HSL 295.2º 0.73% 0.53% -
HSV(B) 295.2º 0.79% 0.87% -
XYZ 40.21 20.72 70.99 -
YUV 115.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 208 47 222 0.06 0.79 0 0.13 295.2 0.73 0.53
Hex D0 2F DE 6 4F 0 D 127 49 35
Octal 320 57 336 6 117 0 15 447 111 65
Binary 11010000 101111 11011110 110 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #D02FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FDE

Black with #D02FDE

Text Example


Text Example

White with #D02FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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