Html Css Color HEX #D162CC Orchid

📋 copy color: '#D162CC'

red 209 ◦ green 98 ◦ blue 204

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

Shades of Orchid #D162CC

Tints of Orchid #D162CC

RGB

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

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

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

R = 40.9%
G = 19.18%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D162CC (or 0xD162CC) is known color: Orchid. HEX triplet: D1, 62 and CC. RGB value is (209,98,204). Sum of RGB (Red+Green+Blue) = 209+98+204=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D162CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162CC is #2E9D33. Grayscale: #8E8E8E. Windows color (decimal): -3054900 or 13394641. OLE color: 13394641.

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

Color convert

RGB 209 98 204 -
CMYK 0 0.53 0.02 0.18
HSL 302.7º 0.55% 0.6% -
HSV(B) 302.7º 0.53% 0.82% -
XYZ 41.56 26.65 60.08 -
YUV 143.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 209 98 204 0 0.53 0.02 0.18 302.7 0.55 0.6
Hex D1 62 CC 0 35 2 12 12F 37 3C
Octal 321 142 314 0 65 2 22 457 67 74
Binary 11010001 1100010 11001100 0 110101 10 10010 100101111 110111 111100

Color Harmonies of #D162CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162CC

Black with #D162CC

Text Example


Text Example

White with #D162CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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