Html Css Color HEX #D080E2 Orchid

📋 copy color: '#D080E2'

red 208 ◦ green 128 ◦ blue 226

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

Shades of Orchid #D080E2

Tints of Orchid #D080E2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

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

R = 37.01%
G = 22.78%
B = 40.21%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D080E2 (or 0xD080E2) is known color: Orchid. HEX triplet: D0, 80 and E2. RGB value is (208,128,226). Sum of RGB (Red+Green+Blue) = 208+128+226=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #D080E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080E2 is #2F7F1D. Grayscale: #A2A2A2. Windows color (decimal): -3112734 or 14844112. OLE color: 14844112.

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

Color convert

RGB 208 128 226 -
CMYK 0.08 0.43 0 0.11
HSL 288.98º 0.63% 0.69% -
HSV(B) 288.98º 0.43% 0.89% -
XYZ 47.46 34.34 76.08 -
YUV 163.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 208 128 226 0.08 0.43 0 0.11 288.98 0.63 0.69
Hex D0 80 E2 8 2B 0 B 121 3F 45
Octal 320 200 342 10 53 0 13 441 77 105
Binary 11010000 10000000 11100010 1000 101011 0 1011 100100001 111111 1000101

Color Harmonies of #D080E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080E2

Black with #D080E2

Text Example


Text Example

White with #D080E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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