Html Css Color HEX #D168D5 Orchid

📋 copy color: '#D168D5'

red 209 ◦ green 104 ◦ blue 213

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

Shades of Orchid #D168D5

Tints of Orchid #D168D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 39.73%
G = 19.77%
B = 40.49%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D168D5 (or 0xD168D5) is known color: Orchid. HEX triplet: D1, 68 and D5. RGB value is (209,104,213). Sum of RGB (Red+Green+Blue) = 209+104+213=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #D168D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168D5 is #2E972A. Grayscale: #939393. Windows color (decimal): -3053355 or 13986001. OLE color: 13986001.

HSL color Cylindrical-coordinate representation of color #D168D5: hue angle of 297.8º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D168D5 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 104 213 -
CMYK 0.02 0.51 0 0.16
HSL 297.8º 0.56% 0.62% -
HSV(B) 297.8º 0.51% 0.84% -
XYZ 43.26 28.26 66.13 -
YUV 147.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 209 104 213 0.02 0.51 0 0.16 297.8 0.56 0.62
Hex D1 68 D5 2 33 0 10 12A 38 3E
Octal 321 150 325 2 63 0 20 452 70 76
Binary 11010001 1101000 11010101 10 110011 0 10000 100101010 111000 111110

Color Harmonies of #D168D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168D5

Black with #D168D5

Text Example


Text Example

White with #D168D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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