Html Css Color HEX #D074BB Orchid

📋 copy color: '#D074BB'

red 208 ◦ green 116 ◦ blue 187

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

Shades of Orchid #D074BB

Tints of Orchid #D074BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 40.7%
G = 22.7%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D074BB (or 0xD074BB) is known color: Orchid. HEX triplet: D0, 74 and BB. RGB value is (208,116,187). Sum of RGB (Red+Green+Blue) = 208+116+187=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D074BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074BB is #2F8B44. Grayscale: #979797. Windows color (decimal): -3115845 or 12285136. OLE color: 12285136.

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

Color convert

RGB 208 116 187 -
CMYK 0 0.44 0.10 0.18
HSL 313.7º 0.49% 0.64% -
HSV(B) 313.7º 0.44% 0.82% -
XYZ 41.23 29.49 50.53 -
YUV 151.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 208 116 187 0 0.44 0.10 0.18 313.7 0.49 0.64
Hex D0 74 BB 0 2C A 12 13A 31 40
Octal 320 164 273 0 54 12 22 472 61 100
Binary 11010000 1110100 10111011 0 101100 1010 10010 100111010 110001 1000000

Color Harmonies of #D074BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074BB

Black with #D074BB

Text Example


Text Example

White with #D074BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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