Html Css Color HEX #D073D1 Orchid

📋 copy color: '#D073D1'

red 208 ◦ green 115 ◦ blue 209

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

Shades of Orchid #D073D1

Tints of Orchid #D073D1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.62%

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 39.1%
G = 21.62%
B = 39.29%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D073D1 (or 0xD073D1) is known color: Orchid. HEX triplet: D0, 73 and D1. RGB value is (208,115,209). Sum of RGB (Red+Green+Blue) = 208+115+209=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #D073D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073D1 is #2F8C2E. Grayscale: #999999. Windows color (decimal): -3116079 or 13726672. OLE color: 13726672.

HSL color Cylindrical-coordinate representation of color #D073D1: hue angle of 299.36º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073D1 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 209 -
CMYK 0.00 0.45 0 0.18
HSL 299.36º 0.51% 0.64% -
HSV(B) 299.36º 0.45% 0.82% -
XYZ 43.65 30.27 63.86 -
YUV 153.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 208 115 209 0.00 0.45 0 0.18 299.36 0.51 0.64
Hex D0 73 D1 0 2D 0 12 12B 33 40
Octal 320 163 321 0 55 0 22 453 63 100
Binary 11010000 1110011 11010001 0 101101 0 10010 100101011 110011 1000000

Color Harmonies of #D073D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073D1

Black with #D073D1

Text Example


Text Example

White with #D073D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073D1; }

 p { color: rgb(208,115,209); }

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

background-color css

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

 a { background-color: rgb(208,115,209); }

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

border-color css

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

 span { border-color: rgb(208,115,209); }

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