Html Css Color HEX #D167CC Orchid

📋 copy color: '#D167CC'

red 209 ◦ green 103 ◦ blue 204

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

Shades of Orchid #D167CC

Tints of Orchid #D167CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 40.5%
G = 19.96%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D167CC (or 0xD167CC) is known color: Orchid. HEX triplet: D1, 67 and CC. RGB value is (209,103,204). Sum of RGB (Red+Green+Blue) = 209+103+204=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D167CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167CC is #2E9833. Grayscale: #919191. Windows color (decimal): -3053620 or 13395921. OLE color: 13395921.

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

Color convert

RGB 209 103 204 -
CMYK 0 0.51 0.02 0.18
HSL 302.83º 0.54% 0.61% -
HSV(B) 302.83º 0.51% 0.82% -
XYZ 42.04 27.62 60.24 -
YUV 146.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 209 103 204 0 0.51 0.02 0.18 302.83 0.54 0.61
Hex D1 67 CC 0 33 2 12 12F 36 3D
Octal 321 147 314 0 63 2 22 457 66 75
Binary 11010001 1100111 11001100 0 110011 10 10010 100101111 110110 111101

Color Harmonies of #D167CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167CC

Black with #D167CC

Text Example


Text Example

White with #D167CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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