Html Css Color HEX #D160CB Orchid

📋 copy color: '#D160CB'

red 209 ◦ green 96 ◦ blue 203

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

Shades of Orchid #D160CB

Tints of Orchid #D160CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.9%

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 41.14%
G = 18.9%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D160CB (or 0xD160CB) is known color: Orchid. HEX triplet: D1, 60 and CB. RGB value is (209,96,203). Sum of RGB (Red+Green+Blue) = 209+96+203=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D160CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160CB is #2E9F34. Grayscale: #8D8D8D. Windows color (decimal): -3055413 or 13328593. OLE color: 13328593.

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

Color convert

RGB 209 96 203 -
CMYK 0 0.54 0.03 0.18
HSL 303.19º 0.55% 0.6% -
HSV(B) 303.19º 0.54% 0.82% -
XYZ 41.26 26.23 59.39 -
YUV 141.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 209 96 203 0 0.54 0.03 0.18 303.19 0.55 0.6
Hex D1 60 CB 0 36 3 12 12F 37 3C
Octal 321 140 313 0 66 3 22 457 67 74
Binary 11010001 1100000 11001011 0 110110 11 10010 100101111 110111 111100

Color Harmonies of #D160CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160CB

Black with #D160CB

Text Example


Text Example

White with #D160CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160CB; }

 p { color: rgb(209,96,203); }

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

background-color css

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

 a { background-color: rgb(209,96,203); }

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

border-color css

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

 span { border-color: rgb(209,96,203); }

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