Html Css Color HEX #D163CB Orchid

📋 copy color: '#D163CB'

red 209 ◦ green 99 ◦ blue 203

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

Shades of Orchid #D163CB

Tints of Orchid #D163CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.37%

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

R = 40.9%
G = 19.37%
B = 39.73%

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

#D163CB (or 0xD163CB) is known color: Orchid. HEX triplet: D1, 63 and CB. RGB value is (209,99,203). Sum of RGB (Red+Green+Blue) = 209+99+203=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D163CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163CB is #2E9C34. Grayscale: #8F8F8F. Windows color (decimal): -3054645 or 13329361. OLE color: 13329361.

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

Color convert

RGB 209 99 203 -
CMYK 0 0.53 0.03 0.18
HSL 303.27º 0.54% 0.6% -
HSV(B) 303.27º 0.53% 0.82% -
XYZ 41.54 26.79 59.48 -
YUV 143.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 209 99 203 0 0.53 0.03 0.18 303.27 0.54 0.6
Hex D1 63 CB 0 35 3 12 12F 36 3C
Octal 321 143 313 0 65 3 22 457 66 74
Binary 11010001 1100011 11001011 0 110101 11 10010 100101111 110110 111100

Color Harmonies of #D163CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163CB

Black with #D163CB

Text Example


Text Example

White with #D163CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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