Html Css Color HEX #D168DF Orchid

📋 copy color: '#D168DF'

red 209 ◦ green 104 ◦ blue 223

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

Shades of Orchid #D168DF

Tints of Orchid #D168DF

RGB

 RED value IS 209 (82.03% from 255) = 38.99%

 GREEN value IS 104 (41.02% from 255) = 19.4%

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

R = 38.99%
G = 19.4%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D168DF (or 0xD168DF) is known color: Orchid. HEX triplet: D1, 68 and DF. RGB value is (209,104,223). Sum of RGB (Red+Green+Blue) = 209+104+223=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D168DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168DF is #2E9720. Grayscale: #949494. Windows color (decimal): -3053345 or 14641361. OLE color: 14641361.

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

Color convert

RGB 209 104 223 -
CMYK 0.06 0.53 0 0.13
HSL 292.94º 0.65% 0.64% -
HSV(B) 292.94º 0.53% 0.87% -
XYZ 44.56 28.78 73.02 -
YUV 148.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 209 104 223 0.06 0.53 0 0.13 292.94 0.65 0.64
Hex D1 68 DF 6 35 0 D 125 41 40
Octal 321 150 337 6 65 0 15 445 101 100
Binary 11010001 1101000 11011111 110 110101 0 1101 100100101 1000001 1000000

Color Harmonies of #D168DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168DF

Black with #D168DF

Text Example


Text Example

White with #D168DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168DF; }

 p { color: rgb(209,104,223); }

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

background-color css

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

 a { background-color: rgb(209,104,223); }

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

border-color css

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

 span { border-color: rgb(209,104,223); }

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