Html Css Color HEX #D168D0 Orchid

📋 copy color: '#D168D0'

red 209 ◦ green 104 ◦ blue 208

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

Shades of Orchid #D168D0

Tints of Orchid #D168D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 40.12%
G = 19.96%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D168D0 (or 0xD168D0) is known color: Orchid. HEX triplet: D1, 68 and D0. RGB value is (209,104,208). Sum of RGB (Red+Green+Blue) = 209+104+208=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D168D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168D0 is #2E972F. Grayscale: #929292. Windows color (decimal): -3053360 or 13658321. OLE color: 13658321.

HSL color Cylindrical-coordinate representation of color #D168D0: hue angle of 300.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168D0 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 208 -
CMYK 0 0.50 0.00 0.18
HSL 300.57º 0.53% 0.61% -
HSV(B) 300.57º 0.5% 0.82% -
XYZ 42.63 28.01 62.83 -
YUV 147.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 209 104 208 0 0.50 0.00 0.18 300.57 0.53 0.61
Hex D1 68 D0 0 32 0 12 12D 35 3D
Octal 321 150 320 0 62 0 22 455 65 75
Binary 11010001 1101000 11010000 0 110010 0 10010 100101101 110101 111101

Color Harmonies of #D168D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168D0

Black with #D168D0

Text Example


Text Example

White with #D168D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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