Html Css Color HEX #D073DF Orchid

📋 copy color: '#D073DF'

red 208 ◦ green 115 ◦ blue 223

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

Shades of Orchid #D073DF

Tints of Orchid #D073DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 38.1%
G = 21.06%
B = 40.84%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D073DF (or 0xD073DF) is known color: Orchid. HEX triplet: D0, 73 and DF. RGB value is (208,115,223). Sum of RGB (Red+Green+Blue) = 208+115+223=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D073DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DF is #2F8C20. Grayscale: #9A9A9A. Windows color (decimal): -3116065 or 14644176. OLE color: 14644176.

HSL color Cylindrical-coordinate representation of color #D073DF: hue angle of 291.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D073DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 115 223 -
CMYK 0.07 0.48 0 0.13
HSL 291.67º 0.63% 0.66% -
HSV(B) 291.67º 0.48% 0.87% -
XYZ 45.46 31 73.4 -
YUV 155.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 208 115 223 0.07 0.48 0 0.13 291.67 0.63 0.66
Hex D0 73 DF 7 30 0 D 124 3F 42
Octal 320 163 337 7 60 0 15 444 77 102
Binary 11010000 1110011 11011111 111 110000 0 1101 100100100 111111 1000010

Color Harmonies of #D073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073DF

Black with #D073DF

Text Example


Text Example

White with #D073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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