Html Css Color HEX #D563DC Orchid

📋 copy color: '#D563DC'

red 213 ◦ green 99 ◦ blue 220

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

Shades of Orchid #D563DC

Tints of Orchid #D563DC

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 40.04%
G = 18.61%
B = 41.35%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D563DC (or 0xD563DC) is known color: Orchid. HEX triplet: D5, 63 and DC. RGB value is (213,99,220). Sum of RGB (Red+Green+Blue) = 213+99+220=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D563DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DC is #2A9C23. Grayscale: #929292. Windows color (decimal): -2792484 or 14443477. OLE color: 14443477.

HSL color Cylindrical-coordinate representation of color #D563DC: hue angle of 296.53º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D563DC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 99 220 -
CMYK 0.03 0.55 0 0.14
HSL 296.53º 0.63% 0.63% -
HSV(B) 296.53º 0.55% 0.86% -
XYZ 44.82 28.24 70.8 -
YUV 146.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 213 99 220 0.03 0.55 0 0.14 296.53 0.63 0.63
Hex D5 63 DC 3 37 0 E 129 3F 3F
Octal 325 143 334 3 67 0 16 451 77 77
Binary 11010101 1100011 11011100 11 110111 0 1110 100101001 111111 111111

Color Harmonies of #D563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563DC

Black with #D563DC

Text Example


Text Example

White with #D563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563DC; }

 p { color: rgb(213,99,220); }

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

background-color css

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

 a { background-color: rgb(213,99,220); }

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

border-color css

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

 span { border-color: rgb(213,99,220); }

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