Html Css Color HEX #D02FDF Medium Orchid

📋 copy color: '#D02FDF'

red 208 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #D02FDF

Tints of Medium Orchid #D02FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 43.51%
G = 9.83%
B = 46.65%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D02FDF (or 0xD02FDF) is known color: Medium Orchid. HEX triplet: D0, 2F and DF. RGB value is (208,47,223). Sum of RGB (Red+Green+Blue) = 208+47+223=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FDF is #2FD020. Grayscale: #727272. Windows color (decimal): -3133473 or 14626768. OLE color: 14626768.

HSL color Cylindrical-coordinate representation of color #D02FDF: hue angle of 294.89º 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 #D02FDF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 47 223 -
CMYK 0.07 0.79 0 0.13
HSL 294.89º 0.73% 0.53% -
HSV(B) 294.89º 0.79% 0.87% -
XYZ 40.35 20.77 71.69 -
YUV 115.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 208 47 223 0.07 0.79 0 0.13 294.89 0.73 0.53
Hex D0 2F DF 7 4F 0 D 127 49 35
Octal 320 57 337 7 117 0 15 447 111 65
Binary 11010000 101111 11011111 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #D02FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FDF

Black with #D02FDF

Text Example


Text Example

White with #D02FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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