Html Css Color HEX #D164C4 Orchid

📋 copy color: '#D164C4'

red 209 ◦ green 100 ◦ blue 196

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

Shades of Orchid #D164C4

Tints of Orchid #D164C4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.8%

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 41.39%
G = 19.8%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D164C4 (or 0xD164C4) is known color: Orchid. HEX triplet: D1, 64 and C4. RGB value is (209,100,196). Sum of RGB (Red+Green+Blue) = 209+100+196=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D164C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164C4 is #2E9B3B. Grayscale: #8F8F8F. Windows color (decimal): -3054396 or 12870865. OLE color: 12870865.

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

Color convert

RGB 209 100 196 -
CMYK 0 0.52 0.06 0.18
HSL 307.16º 0.54% 0.61% -
HSV(B) 307.16º 0.52% 0.82% -
XYZ 40.82 26.66 55.22 -
YUV 143.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 209 100 196 0 0.52 0.06 0.18 307.16 0.54 0.61
Hex D1 64 C4 0 34 6 12 133 36 3D
Octal 321 144 304 0 64 6 22 463 66 75
Binary 11010001 1100100 11000100 0 110100 110 10010 100110011 110110 111101

Color Harmonies of #D164C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164C4

Black with #D164C4

Text Example


Text Example

White with #D164C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164C4; }

 p { color: rgb(209,100,196); }

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

background-color css

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

 a { background-color: rgb(209,100,196); }

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

border-color css

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

 span { border-color: rgb(209,100,196); }

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