Html Css Color HEX #D167D5 Orchid

📋 copy color: '#D167D5'

red 209 ◦ green 103 ◦ blue 213

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

Shades of Orchid #D167D5

Tints of Orchid #D167D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 39.81%
G = 19.62%
B = 40.57%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D167D5 (or 0xD167D5) is known color: Orchid. HEX triplet: D1, 67 and D5. RGB value is (209,103,213). Sum of RGB (Red+Green+Blue) = 209+103+213=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #D167D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167D5 is #2E982A. Grayscale: #929292. Windows color (decimal): -3053611 or 13985745. OLE color: 13985745.

HSL color Cylindrical-coordinate representation of color #D167D5: hue angle of 297.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D167D5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 103 213 -
CMYK 0.02 0.52 0 0.16
HSL 297.82º 0.57% 0.62% -
HSV(B) 297.82º 0.52% 0.84% -
XYZ 43.15 28.06 66.09 -
YUV 147.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 209 103 213 0.02 0.52 0 0.16 297.82 0.57 0.62
Hex D1 67 D5 2 34 0 10 12A 39 3E
Octal 321 147 325 2 64 0 20 452 71 76
Binary 11010001 1100111 11010101 10 110100 0 10000 100101010 111001 111110

Color Harmonies of #D167D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D167D5

Black with #D167D5

Text Example


Text Example

White with #D167D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D167D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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