Html Css Color HEX #D073D7 Orchid

📋 copy color: '#D073D7'

red 208 ◦ green 115 ◦ blue 215

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

Shades of Orchid #D073D7

Tints of Orchid #D073D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 38.66%
G = 21.38%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D073D7 (or 0xD073D7) is known color: Orchid. HEX triplet: D0, 73 and D7. RGB value is (208,115,215). Sum of RGB (Red+Green+Blue) = 208+115+215=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #D073D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073D7 is #2F8C28. Grayscale: #999999. Windows color (decimal): -3116073 or 14119888. OLE color: 14119888.

HSL color Cylindrical-coordinate representation of color #D073D7: hue angle of 295.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D073D7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 115 215 -
CMYK 0.03 0.47 0 0.16
HSL 295.8º 0.56% 0.65% -
HSV(B) 295.8º 0.47% 0.84% -
XYZ 44.41 30.58 67.85 -
YUV 154.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 208 115 215 0.03 0.47 0 0.16 295.8 0.56 0.65
Hex D0 73 D7 3 2F 0 10 128 38 41
Octal 320 163 327 3 57 0 20 450 70 101
Binary 11010000 1110011 11010111 11 101111 0 10000 100101000 111000 1000001

Color Harmonies of #D073D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073D7

Black with #D073D7

Text Example


Text Example

White with #D073D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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