Html Css Color HEX #D162CA Orchid

📋 copy color: '#D162CA'

red 209 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D162CA

Tints of Orchid #D162CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.25%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 41.06%
G = 19.25%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D162CA (or 0xD162CA) is known color: Orchid. HEX triplet: D1, 62 and CA. RGB value is (209,98,202). Sum of RGB (Red+Green+Blue) = 209+98+202=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D162CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162CA is #2E9D35. Grayscale: #8E8E8E. Windows color (decimal): -3054902 or 13263569. OLE color: 13263569.

HSL color Cylindrical-coordinate representation of color #D162CA: hue angle of 303.78º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D162CA is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 202 -
CMYK 0 0.53 0.03 0.18
HSL 303.78º 0.55% 0.6% -
HSV(B) 303.78º 0.53% 0.82% -
XYZ 41.32 26.55 58.82 -
YUV 143.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 209 98 202 0 0.53 0.03 0.18 303.78 0.55 0.6
Hex D1 62 CA 0 35 3 12 130 37 3C
Octal 321 142 312 0 65 3 22 460 67 74
Binary 11010001 1100010 11001010 0 110101 11 10010 100110000 110111 111100

Color Harmonies of #D162CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162CA

Black with #D162CA

Text Example


Text Example

White with #D162CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162CA; }

 p { color: rgb(209,98,202); }

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

background-color css

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

 a { background-color: rgb(209,98,202); }

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

border-color css

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

 span { border-color: rgb(209,98,202); }

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