Html Css Color HEX #D168D8 Orchid

📋 copy color: '#D168D8'

red 209 ◦ green 104 ◦ blue 216

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

Shades of Orchid #D168D8

Tints of Orchid #D168D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 39.51%
G = 19.66%
B = 40.83%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D168D8 (or 0xD168D8) is known color: Orchid. HEX triplet: D1, 68 and D8. RGB value is (209,104,216). Sum of RGB (Red+Green+Blue) = 209+104+216=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #D168D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168D8 is #2E9727. Grayscale: #939393. Windows color (decimal): -3053352 or 14182609. OLE color: 14182609.

HSL color Cylindrical-coordinate representation of color #D168D8: hue angle of 296.25º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D168D8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 104 216 -
CMYK 0.03 0.52 0 0.15
HSL 296.25º 0.59% 0.63% -
HSV(B) 296.25º 0.52% 0.85% -
XYZ 43.64 28.41 68.15 -
YUV 148.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 209 104 216 0.03 0.52 0 0.15 296.25 0.59 0.63
Hex D1 68 D8 3 34 0 F 128 3B 3F
Octal 321 150 330 3 64 0 17 450 73 77
Binary 11010001 1101000 11011000 11 110100 0 1111 100101000 111011 111111

Color Harmonies of #D168D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168D8

Black with #D168D8

Text Example


Text Example

White with #D168D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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