Html Css Color HEX #D06EBC Orchid

📋 copy color: '#D06EBC'

red 208 ◦ green 110 ◦ blue 188

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

Shades of Orchid #D06EBC

Tints of Orchid #D06EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 41.11%
G = 21.74%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D06EBC (or 0xD06EBC) is known color: Orchid. HEX triplet: D0, 6E and BC. RGB value is (208,110,188). Sum of RGB (Red+Green+Blue) = 208+110+188=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EBC is #2F9143. Grayscale: #939393. Windows color (decimal): -3117380 or 12349136. OLE color: 12349136.

HSL color Cylindrical-coordinate representation of color #D06EBC: hue angle of 312.24º 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 #D06EBC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 188 -
CMYK 0 0.47 0.10 0.18
HSL 312.24º 0.51% 0.62% -
HSV(B) 312.24º 0.47% 0.82% -
XYZ 40.67 28.19 50.88 -
YUV 148.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 208 110 188 0 0.47 0.10 0.18 312.24 0.51 0.62
Hex D0 6E BC 0 2F A 12 138 33 3E
Octal 320 156 274 0 57 12 22 470 63 76
Binary 11010000 1101110 10111100 0 101111 1010 10010 100111000 110011 111110

Color Harmonies of #D06EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EBC

Black with #D06EBC

Text Example


Text Example

White with #D06EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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