Html Css Color HEX #D06FB4 Orchid

📋 copy color: '#D06FB4'

red 208 ◦ green 111 ◦ blue 180

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

Shades of Orchid #D06FB4

Tints of Orchid #D06FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 41.68%
G = 22.24%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D06FB4 (or 0xD06FB4) is known color: Orchid. HEX triplet: D0, 6F and B4. RGB value is (208,111,180). Sum of RGB (Red+Green+Blue) = 208+111+180=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FB4 is #2F904B. Grayscale: #939393. Windows color (decimal): -3117132 or 11825104. OLE color: 11825104.

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

Color convert

RGB 208 111 180 -
CMYK 0 0.47 0.13 0.18
HSL 317.32º 0.51% 0.63% -
HSV(B) 317.32º 0.47% 0.82% -
XYZ 39.94 28.07 46.49 -
YUV 147.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 208 111 180 0 0.47 0.13 0.18 317.32 0.51 0.63
Hex D0 6F B4 0 2F D 12 13D 33 3F
Octal 320 157 264 0 57 15 22 475 63 77
Binary 11010000 1101111 10110100 0 101111 1101 10010 100111101 110011 111111

Color Harmonies of #D06FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FB4

Black with #D06FB4

Text Example


Text Example

White with #D06FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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