Html Css Color HEX #D02FE5 Medium Orchid

📋 copy color: '#D02FE5'

red 208 ◦ green 47 ◦ blue 229

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

Shades of Medium Orchid #D02FE5

Tints of Medium Orchid #D02FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 42.98%
G = 9.71%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D02FE5 (or 0xD02FE5) is known color: Medium Orchid. HEX triplet: D0, 2F and E5. RGB value is (208,47,229). Sum of RGB (Red+Green+Blue) = 208+47+229=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #D02FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FE5 is #2FD01A. Grayscale: #737373. Windows color (decimal): -3133467 or 15019984. OLE color: 15019984.

HSL color Cylindrical-coordinate representation of color #D02FE5: hue angle of 293.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02FE5 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 47 229 -
CMYK 0.09 0.79 0 0.10
HSL 293.08º 0.78% 0.54% -
HSV(B) 293.08º 0.79% 0.9% -
XYZ 41.17 21.1 76.03 -
YUV 115.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 208 47 229 0.09 0.79 0 0.10 293.08 0.78 0.54
Hex D0 2F E5 9 4F 0 A 125 4E 36
Octal 320 57 345 11 117 0 12 445 116 66
Binary 11010000 101111 11100101 1001 1001111 0 1010 100100101 1001110 110110

Color Harmonies of #D02FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FE5

Black with #D02FE5

Text Example


Text Example

White with #D02FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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