Html Css Color HEX #D168C7 Orchid

📋 copy color: '#D168C7'

red 209 ◦ green 104 ◦ blue 199

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

Shades of Orchid #D168C7

Tints of Orchid #D168C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 40.82%
G = 20.31%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D168C7 (or 0xD168C7) is known color: Orchid. HEX triplet: D1, 68 and C7. RGB value is (209,104,199). Sum of RGB (Red+Green+Blue) = 209+104+199=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C7 is #2E9738. Grayscale: #919191. Windows color (decimal): -3053369 or 13068497. OLE color: 13068497.

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

Color convert

RGB 209 104 199 -
CMYK 0 0.50 0.05 0.18
HSL 305.71º 0.53% 0.61% -
HSV(B) 305.71º 0.5% 0.82% -
XYZ 41.55 27.58 57.17 -
YUV 146.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 209 104 199 0 0.50 0.05 0.18 305.71 0.53 0.61
Hex D1 68 C7 0 32 5 12 132 35 3D
Octal 321 150 307 0 62 5 22 462 65 75
Binary 11010001 1101000 11000111 0 110010 101 10010 100110010 110101 111101

Color Harmonies of #D168C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168C7

Black with #D168C7

Text Example


Text Example

White with #D168C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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