Html Css Color HEX #D06EB7 Orchid

📋 copy color: '#D06EB7'

red 208 ◦ green 110 ◦ blue 183

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

Shades of Orchid #D06EB7

Tints of Orchid #D06EB7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 41.52%
G = 21.96%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D06EB7 (or 0xD06EB7) is known color: Orchid. HEX triplet: D0, 6E and B7. RGB value is (208,110,183). Sum of RGB (Red+Green+Blue) = 208+110+183=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EB7 is #2F9148. Grayscale: #939393. Windows color (decimal): -3117385 or 12021456. OLE color: 12021456.

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

Color convert

RGB 208 110 183 -
CMYK 0 0.47 0.12 0.18
HSL 315.31º 0.51% 0.62% -
HSV(B) 315.31º 0.47% 0.82% -
XYZ 40.14 27.98 48.09 -
YUV 147.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 208 110 183 0 0.47 0.12 0.18 315.31 0.51 0.62
Hex D0 6E B7 0 2F C 12 13B 33 3E
Octal 320 156 267 0 57 14 22 473 63 76
Binary 11010000 1101110 10110111 0 101111 1100 10010 100111011 110011 111110

Color Harmonies of #D06EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EB7

Black with #D06EB7

Text Example


Text Example

White with #D06EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EB7; }

 p { color: rgb(208,110,183); }

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

background-color css

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

 a { background-color: rgb(208,110,183); }

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

border-color css

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

 span { border-color: rgb(208,110,183); }

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