Html Css Color HEX #D07EBA Orchid

📋 copy color: '#D07EBA'

red 208 ◦ green 126 ◦ blue 186

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

Shades of Orchid #D07EBA

Tints of Orchid #D07EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 40%
G = 24.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D07EBA (or 0xD07EBA) is known color: Orchid. HEX triplet: D0, 7E and BA. RGB value is (208,126,186). Sum of RGB (Red+Green+Blue) = 208+126+186=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EBA is #2F8145. Grayscale: #9D9D9D. Windows color (decimal): -3113286 or 12222160. OLE color: 12222160.

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

Color convert

RGB 208 126 186 -
CMYK 0 0.39 0.11 0.18
HSL 316.1º 0.47% 0.65% -
HSV(B) 316.1º 0.39% 0.82% -
XYZ 42.34 31.88 50.38 -
YUV 157.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 208 126 186 0 0.39 0.11 0.18 316.1 0.47 0.65
Hex D0 7E BA 0 27 B 12 13C 2F 41
Octal 320 176 272 0 47 13 22 474 57 101
Binary 11010000 1111110 10111010 0 100111 1011 10010 100111100 101111 1000001

Color Harmonies of #D07EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EBA

Black with #D07EBA

Text Example


Text Example

White with #D07EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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