Html Css Color HEX #D02FEA Medium Orchid

📋 copy color: '#D02FEA'

red 208 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #D02FEA

Tints of Medium Orchid #D02FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 42.54%
G = 9.61%
B = 47.85%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D02FEA (or 0xD02FEA) is known color: Medium Orchid. HEX triplet: D0, 2F and EA. RGB value is (208,47,234). Sum of RGB (Red+Green+Blue) = 208+47+234=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D02FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FEA is #2FD015. Grayscale: #737373. Windows color (decimal): -3133462 or 15347664. OLE color: 15347664.

HSL color Cylindrical-coordinate representation of color #D02FEA: hue angle of 291.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02FEA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 47 234 -
CMYK 0.11 0.80 0 0.08
HSL 291.66º 0.82% 0.55% -
HSV(B) 291.66º 0.8% 0.92% -
XYZ 41.88 21.38 79.76 -
YUV 116.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 208 47 234 0.11 0.80 0 0.08 291.66 0.82 0.55
Hex D0 2F EA B 50 0 8 124 52 37
Octal 320 57 352 13 120 0 10 444 122 67
Binary 11010000 101111 11101010 1011 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D02FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FEA

Black with #D02FEA

Text Example


Text Example

White with #D02FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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