Html Css Color HEX #D02FDB Medium Orchid

📋 copy color: '#D02FDB'

red 208 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #D02FDB

Tints of Medium Orchid #D02FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 43.88%
G = 9.92%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D02FDB (or 0xD02FDB) is known color: Medium Orchid. HEX triplet: D0, 2F and DB. RGB value is (208,47,219). Sum of RGB (Red+Green+Blue) = 208+47+219=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FDB is #2FD024. Grayscale: #727272. Windows color (decimal): -3133477 or 14364624. OLE color: 14364624.

HSL color Cylindrical-coordinate representation of color #D02FDB: hue angle of 296.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02FDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 47 219 -
CMYK 0.05 0.79 0 0.14
HSL 296.16º 0.7% 0.52% -
HSV(B) 296.16º 0.79% 0.86% -
XYZ 39.82 20.56 68.89 -
YUV 114.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 208 47 219 0.05 0.79 0 0.14 296.16 0.7 0.52
Hex D0 2F DB 5 4F 0 E 128 46 34
Octal 320 57 333 5 117 0 16 450 106 64
Binary 11010000 101111 11011011 101 1001111 0 1110 100101000 1000110 110100

Color Harmonies of #D02FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FDB

Black with #D02FDB

Text Example


Text Example

White with #D02FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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