Html Css Color HEX #D02CE2 Medium Orchid

📋 copy color: '#D02CE2'

red 208 ◦ green 44 ◦ blue 226

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

Shades of Medium Orchid #D02CE2

Tints of Medium Orchid #D02CE2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 43.51%
G = 9.21%
B = 47.28%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D02CE2 (or 0xD02CE2) is known color: Medium Orchid. HEX triplet: D0, 2C and E2. RGB value is (208,44,226). Sum of RGB (Red+Green+Blue) = 208+44+226=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #D02CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CE2 is #2FD31D. Grayscale: #717171. Windows color (decimal): -3134238 or 14822608. OLE color: 14822608.

HSL color Cylindrical-coordinate representation of color #D02CE2: hue angle of 294.07º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02CE2 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 44 226 -
CMYK 0.08 0.81 0 0.11
HSL 294.07º 0.76% 0.53% -
HSV(B) 294.07º 0.81% 0.89% -
XYZ 40.64 20.7 73.81 -
YUV 113.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 208 44 226 0.08 0.81 0 0.11 294.07 0.76 0.53
Hex D0 2C E2 8 51 0 B 126 4C 35
Octal 320 54 342 10 121 0 13 446 114 65
Binary 11010000 101100 11100010 1000 1010001 0 1011 100100110 1001100 110101

Color Harmonies of #D02CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CE2

Black with #D02CE2

Text Example


Text Example

White with #D02CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CE2; }

 p { color: rgb(208,44,226); }

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

background-color css

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

 a { background-color: rgb(208,44,226); }

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

border-color css

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

 span { border-color: rgb(208,44,226); }

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