Html Css Color HEX #D06FBA Orchid

📋 copy color: '#D06FBA'

red 208 ◦ green 111 ◦ blue 186

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

Shades of Orchid #D06FBA

Tints of Orchid #D06FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 41.19%
G = 21.98%
B = 36.83%

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

#D06FBA (or 0xD06FBA) is known color: Orchid. HEX triplet: D0, 6F and BA. RGB value is (208,111,186). Sum of RGB (Red+Green+Blue) = 208+111+186=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FBA is #2F9045. Grayscale: #949494. Windows color (decimal): -3117126 or 12218320. OLE color: 12218320.

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

Color convert

RGB 208 111 186 -
CMYK 0 0.47 0.11 0.18
HSL 313.61º 0.51% 0.63% -
HSV(B) 313.61º 0.47% 0.82% -
XYZ 40.56 28.32 49.78 -
YUV 148.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 208 111 186 0 0.47 0.11 0.18 313.61 0.51 0.63
Hex D0 6F BA 0 2F B 12 13A 33 3F
Octal 320 157 272 0 57 13 22 472 63 77
Binary 11010000 1101111 10111010 0 101111 1011 10010 100111010 110011 111111

Color Harmonies of #D06FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FBA

Black with #D06FBA

Text Example


Text Example

White with #D06FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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