Html Css Color HEX #D06FDF Orchid

📋 copy color: '#D06FDF'

red 208 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D06FDF

Tints of Orchid #D06FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 38.38%
G = 20.48%
B = 41.14%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06FDF (or 0xD06FDF) is known color: Orchid. HEX triplet: D0, 6F and DF. RGB value is (208,111,223). Sum of RGB (Red+Green+Blue) = 208+111+223=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FDF is #2F9020. Grayscale: #989898. Windows color (decimal): -3117089 or 14643152. OLE color: 14643152.

HSL color Cylindrical-coordinate representation of color #D06FDF: hue angle of 291.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06FDF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 111 223 -
CMYK 0.07 0.50 0 0.13
HSL 291.96º 0.64% 0.65% -
HSV(B) 291.96º 0.5% 0.87% -
XYZ 45.02 30.11 73.25 -
YUV 152.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 208 111 223 0.07 0.50 0 0.13 291.96 0.64 0.65
Hex D0 6F DF 7 32 0 D 124 40 41
Octal 320 157 337 7 62 0 15 444 100 101
Binary 11010000 1101111 11011111 111 110010 0 1101 100100100 1000000 1000001

Color Harmonies of #D06FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FDF

Black with #D06FDF

Text Example


Text Example

White with #D06FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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