Html Css Color HEX #D07DBF Orchid

📋 copy color: '#D07DBF'

red 208 ◦ green 125 ◦ blue 191

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

Shades of Orchid #D07DBF

Tints of Orchid #D07DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.85%

 BLUE value IS 191 (75% from 255) = 36.45%

R = 39.69%
G = 23.85%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D07DBF (or 0xD07DBF) is known color: Orchid. HEX triplet: D0, 7D and BF. RGB value is (208,125,191). Sum of RGB (Red+Green+Blue) = 208+125+191=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DBF is #2F8240. Grayscale: #9D9D9D. Windows color (decimal): -3113537 or 12549584. OLE color: 12549584.

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

Color convert

RGB 208 125 191 -
CMYK 0 0.40 0.08 0.18
HSL 312.29º 0.47% 0.65% -
HSV(B) 312.29º 0.4% 0.82% -
XYZ 42.75 31.84 53.18 -
YUV 157.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 208 125 191 0 0.40 0.08 0.18 312.29 0.47 0.65
Hex D0 7D BF 0 28 8 12 138 2F 41
Octal 320 175 277 0 50 10 22 470 57 101
Binary 11010000 1111101 10111111 0 101000 1000 10010 100111000 101111 1000001

Color Harmonies of #D07DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DBF

Black with #D07DBF

Text Example


Text Example

White with #D07DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DBF; }

 p { color: rgb(208,125,191); }

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

background-color css

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

 a { background-color: rgb(208,125,191); }

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

border-color css

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

 span { border-color: rgb(208,125,191); }

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