Html Css Color HEX #D167D2 Orchid

📋 copy color: '#D167D2'

red 209 ◦ green 103 ◦ blue 210

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

Shades of Orchid #D167D2

Tints of Orchid #D167D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 40.04%
G = 19.73%
B = 40.23%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D167D2 (or 0xD167D2) is known color: Orchid. HEX triplet: D1, 67 and D2. RGB value is (209,103,210). Sum of RGB (Red+Green+Blue) = 209+103+210=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #D167D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167D2 is #2E982D. Grayscale: #929292. Windows color (decimal): -3053614 or 13789137. OLE color: 13789137.

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

Color convert

RGB 209 103 210 -
CMYK 0.00 0.51 0 0.18
HSL 299.44º 0.54% 0.61% -
HSV(B) 299.44º 0.51% 0.82% -
XYZ 42.78 27.91 64.11 -
YUV 146.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 209 103 210 0.00 0.51 0 0.18 299.44 0.54 0.61
Hex D1 67 D2 0 33 0 12 12B 36 3D
Octal 321 147 322 0 63 0 22 453 66 75
Binary 11010001 1100111 11010010 0 110011 0 10010 100101011 110110 111101

Color Harmonies of #D167D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167D2

Black with #D167D2

Text Example


Text Example

White with #D167D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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