Html Css Color HEX #D073DA Orchid

📋 copy color: '#D073DA'

red 208 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D073DA

Tints of Orchid #D073DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 38.45%
G = 21.26%
B = 40.3%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D073DA (or 0xD073DA) is known color: Orchid. HEX triplet: D0, 73 and DA. RGB value is (208,115,218). Sum of RGB (Red+Green+Blue) = 208+115+218=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D073DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DA is #2F8C25. Grayscale: #9A9A9A. Windows color (decimal): -3116070 or 14316496. OLE color: 14316496.

HSL color Cylindrical-coordinate representation of color #D073DA: hue angle of 294.17º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D073DA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 115 218 -
CMYK 0.05 0.47 0 0.15
HSL 294.17º 0.58% 0.65% -
HSV(B) 294.17º 0.47% 0.85% -
XYZ 44.8 30.73 69.9 -
YUV 154.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 208 115 218 0.05 0.47 0 0.15 294.17 0.58 0.65
Hex D0 73 DA 5 2F 0 F 126 3A 41
Octal 320 163 332 5 57 0 17 446 72 101
Binary 11010000 1110011 11011010 101 101111 0 1111 100100110 111010 1000001

Color Harmonies of #D073DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073DA

Black with #D073DA

Text Example


Text Example

White with #D073DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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