Html Css Color HEX #D163CC Orchid

📋 copy color: '#D163CC'

red 209 ◦ green 99 ◦ blue 204

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

Shades of Orchid #D163CC

Tints of Orchid #D163CC

RGB

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

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

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

R = 40.82%
G = 19.34%
B = 39.84%

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

#D163CC (or 0xD163CC) is known color: Orchid. HEX triplet: D1, 63 and CC. RGB value is (209,99,204). Sum of RGB (Red+Green+Blue) = 209+99+204=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D163CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163CC is #2E9C33. Grayscale: #8F8F8F. Windows color (decimal): -3054644 or 13394897. OLE color: 13394897.

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

Color convert

RGB 209 99 204 -
CMYK 0 0.53 0.02 0.18
HSL 302.73º 0.54% 0.6% -
HSV(B) 302.73º 0.53% 0.82% -
XYZ 41.66 26.84 60.11 -
YUV 143.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 209 99 204 0 0.53 0.02 0.18 302.73 0.54 0.6
Hex D1 63 CC 0 35 2 12 12F 36 3C
Octal 321 143 314 0 65 2 22 457 66 74
Binary 11010001 1100011 11001100 0 110101 10 10010 100101111 110110 111100

Color Harmonies of #D163CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163CC

Black with #D163CC

Text Example


Text Example

White with #D163CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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