Html Css Color HEX #D164CC Orchid

📋 copy color: '#D164CC'

red 209 ◦ green 100 ◦ blue 204

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

Shades of Orchid #D164CC

Tints of Orchid #D164CC

RGB

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

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

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

R = 40.74%
G = 19.49%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D164CC (or 0xD164CC) is known color: Orchid. HEX triplet: D1, 64 and CC. RGB value is (209,100,204). Sum of RGB (Red+Green+Blue) = 209+100+204=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D164CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164CC is #2E9B33. Grayscale: #909090. Windows color (decimal): -3054388 or 13395153. OLE color: 13395153.

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

Color convert

RGB 209 100 204 -
CMYK 0 0.52 0.02 0.18
HSL 302.75º 0.54% 0.61% -
HSV(B) 302.75º 0.52% 0.82% -
XYZ 41.75 27.03 60.14 -
YUV 144.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 209 100 204 0 0.52 0.02 0.18 302.75 0.54 0.61
Hex D1 64 CC 0 34 2 12 12F 36 3D
Octal 321 144 314 0 64 2 22 457 66 75
Binary 11010001 1100100 11001100 0 110100 10 10010 100101111 110110 111101

Color Harmonies of #D164CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164CC

Black with #D164CC

Text Example


Text Example

White with #D164CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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