Html Css Color HEX #D02FDA Medium Orchid

📋 copy color: '#D02FDA'

red 208 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #D02FDA

Tints of Medium Orchid #D02FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 43.97%
G = 9.94%
B = 46.09%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D02FDA (or 0xD02FDA) is known color: Medium Orchid. HEX triplet: D0, 2F and DA. RGB value is (208,47,218). Sum of RGB (Red+Green+Blue) = 208+47+218=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #D02FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FDA is #2FD025. Grayscale: #727272. Windows color (decimal): -3133478 or 14299088. OLE color: 14299088.

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

Color convert

RGB 208 47 218 -
CMYK 0.05 0.78 0 0.15
HSL 296.49º 0.7% 0.52% -
HSV(B) 296.49º 0.78% 0.85% -
XYZ 39.68 20.5 68.2 -
YUV 114.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 208 47 218 0.05 0.78 0 0.15 296.49 0.7 0.52
Hex D0 2F DA 5 4E 0 F 128 46 34
Octal 320 57 332 5 116 0 17 450 106 64
Binary 11010000 101111 11011010 101 1001110 0 1111 100101000 1000110 110100

Color Harmonies of #D02FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FDA

Black with #D02FDA

Text Example


Text Example

White with #D02FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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