Html Css Color HEX #D167CE Orchid

📋 copy color: '#D167CE'

red 209 ◦ green 103 ◦ blue 206

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

Shades of Orchid #D167CE

Tints of Orchid #D167CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.88%

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

R = 40.35%
G = 19.88%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D167CE (or 0xD167CE) is known color: Orchid. HEX triplet: D1, 67 and CE. RGB value is (209,103,206). Sum of RGB (Red+Green+Blue) = 209+103+206=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D167CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167CE is #2E9831. Grayscale: #929292. Windows color (decimal): -3053618 or 13526993. OLE color: 13526993.

HSL color Cylindrical-coordinate representation of color #D167CE: hue angle of 301.7º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D167CE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 206 -
CMYK 0 0.51 0.01 0.18
HSL 301.7º 0.54% 0.61% -
HSV(B) 301.7º 0.51% 0.82% -
XYZ 42.29 27.71 61.51 -
YUV 146.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 209 103 206 0 0.51 0.01 0.18 301.7 0.54 0.61
Hex D1 67 CE 0 33 1 12 12E 36 3D
Octal 321 147 316 0 63 1 22 456 66 75
Binary 11010001 1100111 11001110 0 110011 1 10010 100101110 110110 111101

Color Harmonies of #D167CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167CE

Black with #D167CE

Text Example


Text Example

White with #D167CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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