Html Css Color HEX #D06FB9 Orchid

📋 copy color: '#D06FB9'

red 208 ◦ green 111 ◦ blue 185

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

Shades of Orchid #D06FB9

Tints of Orchid #D06FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 41.27%
G = 22.02%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06FB9 (or 0xD06FB9) is known color: Orchid. HEX triplet: D0, 6F and B9. RGB value is (208,111,185). Sum of RGB (Red+Green+Blue) = 208+111+185=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FB9 is #2F9046. Grayscale: #949494. Windows color (decimal): -3117127 or 12152784. OLE color: 12152784.

HSL color Cylindrical-coordinate representation of color #D06FB9: hue angle of 314.23º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FB9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 185 -
CMYK 0 0.47 0.11 0.18
HSL 314.23º 0.51% 0.63% -
HSV(B) 314.23º 0.47% 0.82% -
XYZ 40.45 28.28 49.23 -
YUV 148.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 208 111 185 0 0.47 0.11 0.18 314.23 0.51 0.63
Hex D0 6F B9 0 2F B 12 13A 33 3F
Octal 320 157 271 0 57 13 22 472 63 77
Binary 11010000 1101111 10111001 0 101111 1011 10010 100111010 110011 111111

Color Harmonies of #D06FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FB9

Black with #D06FB9

Text Example


Text Example

White with #D06FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FB9; }

 p { color: rgb(208,111,185); }

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

background-color css

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

 a { background-color: rgb(208,111,185); }

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

border-color css

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

 span { border-color: rgb(208,111,185); }

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