Html Css Color HEX #D07FBF Orchid

📋 copy color: '#D07FBF'

red 208 ◦ green 127 ◦ blue 191

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

Shades of Orchid #D07FBF

Tints of Orchid #D07FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

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

R = 39.54%
G = 24.14%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D07FBF (or 0xD07FBF) is known color: Orchid. HEX triplet: D0, 7F and BF. RGB value is (208,127,191). Sum of RGB (Red+Green+Blue) = 208+127+191=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FBF is #2F8040. Grayscale: #9E9E9E. Windows color (decimal): -3113025 or 12550096. OLE color: 12550096.

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

Color convert

RGB 208 127 191 -
CMYK 0 0.39 0.08 0.18
HSL 312.59º 0.46% 0.66% -
HSV(B) 312.59º 0.39% 0.82% -
XYZ 43.01 32.35 53.27 -
YUV 158.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 208 127 191 0 0.39 0.08 0.18 312.59 0.46 0.66
Hex D0 7F BF 0 27 8 12 139 2E 42
Octal 320 177 277 0 47 10 22 471 56 102
Binary 11010000 1111111 10111111 0 100111 1000 10010 100111001 101110 1000010

Color Harmonies of #D07FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FBF

Black with #D07FBF

Text Example


Text Example

White with #D07FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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