Html Css Color HEX #D167CF Orchid

📋 copy color: '#D167CF'

red 209 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D167CF

Tints of Orchid #D167CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 40.27%
G = 19.85%
B = 39.88%

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

#D167CF (or 0xD167CF) is known color: Orchid. HEX triplet: D1, 67 and CF. RGB value is (209,103,207). Sum of RGB (Red+Green+Blue) = 209+103+207=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D167CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167CF is #2E9830. Grayscale: #929292. Windows color (decimal): -3053617 or 13592529. OLE color: 13592529.

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

Color convert

RGB 209 103 207 -
CMYK 0 0.51 0.01 0.18
HSL 301.13º 0.54% 0.61% -
HSV(B) 301.13º 0.51% 0.82% -
XYZ 42.41 27.76 62.15 -
YUV 146.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 209 103 207 0 0.51 0.01 0.18 301.13 0.54 0.61
Hex D1 67 CF 0 33 1 12 12D 36 3D
Octal 321 147 317 0 63 1 22 455 66 75
Binary 11010001 1100111 11001111 0 110011 1 10010 100101101 110110 111101

Color Harmonies of #D167CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167CF

Black with #D167CF

Text Example


Text Example

White with #D167CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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