Html Css Color HEX #D563DB Orchid

📋 copy color: '#D563DB'

red 213 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D563DB

Tints of Orchid #D563DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 40.11%
G = 18.64%
B = 41.24%

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

#D563DB (or 0xD563DB) is known color: Orchid. HEX triplet: D5, 63 and DB. RGB value is (213,99,219). Sum of RGB (Red+Green+Blue) = 213+99+219=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D563DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DB is #2A9C24. Grayscale: #929292. Windows color (decimal): -2792485 or 14377941. OLE color: 14377941.

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

Color convert

RGB 213 99 219 -
CMYK 0.03 0.55 0 0.14
HSL 297º 0.63% 0.62% -
HSV(B) 297º 0.55% 0.86% -
XYZ 44.69 28.18 70.1 -
YUV 146.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 213 99 219 0.03 0.55 0 0.14 297 0.63 0.62
Hex D5 63 DB 3 37 0 E 129 3E 3E
Octal 325 143 333 3 67 0 16 451 76 76
Binary 11010101 1100011 11011011 11 110111 0 1110 100101001 111110 111110

Color Harmonies of #D563DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563DB

Black with #D563DB

Text Example


Text Example

White with #D563DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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