Html Css Color HEX #D563DA Orchid

📋 copy color: '#D563DA'

red 213 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D563DA

Tints of Orchid #D563DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 40.19%
G = 18.68%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D563DA (or 0xD563DA) is known color: Orchid. HEX triplet: D5, 63 and DA. RGB value is (213,99,218). Sum of RGB (Red+Green+Blue) = 213+99+218=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #D563DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DA is #2A9C25. Grayscale: #929292. Windows color (decimal): -2792486 or 14312405. OLE color: 14312405.

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

Color convert

RGB 213 99 218 -
CMYK 0.02 0.55 0 0.15
HSL 297.48º 0.62% 0.62% -
HSV(B) 297.48º 0.55% 0.85% -
XYZ 44.56 28.13 69.41 -
YUV 146.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 213 99 218 0.02 0.55 0 0.15 297.48 0.62 0.62
Hex D5 63 DA 2 37 0 F 129 3E 3E
Octal 325 143 332 2 67 0 17 451 76 76
Binary 11010101 1100011 11011010 10 110111 0 1111 100101001 111110 111110

Color Harmonies of #D563DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563DA

Black with #D563DA

Text Example


Text Example

White with #D563DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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