Html Css Color HEX #D07EBB Orchid

📋 copy color: '#D07EBB'

red 208 ◦ green 126 ◦ blue 187

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

Shades of Orchid #D07EBB

Tints of Orchid #D07EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 39.92%
G = 24.18%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D07EBB (or 0xD07EBB) is known color: Orchid. HEX triplet: D0, 7E and BB. RGB value is (208,126,187). Sum of RGB (Red+Green+Blue) = 208+126+187=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EBB is #2F8144. Grayscale: #9D9D9D. Windows color (decimal): -3113285 or 12287696. OLE color: 12287696.

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

Color convert

RGB 208 126 187 -
CMYK 0 0.39 0.10 0.18
HSL 315.37º 0.47% 0.65% -
HSV(B) 315.37º 0.39% 0.82% -
XYZ 42.44 31.92 50.94 -
YUV 157.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 208 126 187 0 0.39 0.10 0.18 315.37 0.47 0.65
Hex D0 7E BB 0 27 A 12 13B 2F 41
Octal 320 176 273 0 47 12 22 473 57 101
Binary 11010000 1111110 10111011 0 100111 1010 10010 100111011 101111 1000001

Color Harmonies of #D07EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EBB

Black with #D07EBB

Text Example


Text Example

White with #D07EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EBB; }

 p { color: rgb(208,126,187); }

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

background-color css

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

 a { background-color: rgb(208,126,187); }

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

border-color css

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

 span { border-color: rgb(208,126,187); }

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