Html Css Color HEX #D168CE Orchid

📋 copy color: '#D168CE'

red 209 ◦ green 104 ◦ blue 206

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

Shades of Orchid #D168CE

Tints of Orchid #D168CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 40.27%
G = 20.04%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D168CE (or 0xD168CE) is known color: Orchid. HEX triplet: D1, 68 and CE. RGB value is (209,104,206). Sum of RGB (Red+Green+Blue) = 209+104+206=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D168CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168CE is #2E9731. Grayscale: #929292. Windows color (decimal): -3053362 or 13527249. OLE color: 13527249.

HSL color Cylindrical-coordinate representation of color #D168CE: hue angle of 301.71º 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 #D168CE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 206 -
CMYK 0 0.50 0.01 0.18
HSL 301.71º 0.53% 0.61% -
HSV(B) 301.71º 0.5% 0.82% -
XYZ 42.39 27.91 61.55 -
YUV 147.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 209 104 206 0 0.50 0.01 0.18 301.71 0.53 0.61
Hex D1 68 CE 0 32 1 12 12E 35 3D
Octal 321 150 316 0 62 1 22 456 65 75
Binary 11010001 1101000 11001110 0 110010 1 10010 100101110 110101 111101

Color Harmonies of #D168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168CE

Black with #D168CE

Text Example


Text Example

White with #D168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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