Html Css Color HEX #D074BF Orchid

📋 copy color: '#D074BF'

red 208 ◦ green 116 ◦ blue 191

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

Shades of Orchid #D074BF

Tints of Orchid #D074BF

RGB

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

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

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

R = 40.39%
G = 22.52%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D074BF (or 0xD074BF) is known color: Orchid. HEX triplet: D0, 74 and BF. RGB value is (208,116,191). Sum of RGB (Red+Green+Blue) = 208+116+191=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D074BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074BF is #2F8B40. Grayscale: #979797. Windows color (decimal): -3115841 or 12547280. OLE color: 12547280.

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

Color convert

RGB 208 116 191 -
CMYK 0 0.44 0.08 0.18
HSL 311.09º 0.49% 0.64% -
HSV(B) 311.09º 0.44% 0.82% -
XYZ 41.66 29.66 52.82 -
YUV 152.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 208 116 191 0 0.44 0.08 0.18 311.09 0.49 0.64
Hex D0 74 BF 0 2C 8 12 137 31 40
Octal 320 164 277 0 54 10 22 467 61 100
Binary 11010000 1110100 10111111 0 101100 1000 10010 100110111 110001 1000000

Color Harmonies of #D074BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074BF

Black with #D074BF

Text Example


Text Example

White with #D074BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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