Html Css Color HEX #D564DA Orchid

📋 copy color: '#D564DA'

red 213 ◦ green 100 ◦ blue 218

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

Shades of Orchid #D564DA

Tints of Orchid #D564DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.83%

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

R = 40.11%
G = 18.83%
B = 41.05%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D564DA (or 0xD564DA) is known color: Orchid. HEX triplet: D5, 64 and DA. RGB value is (213,100,218). Sum of RGB (Red+Green+Blue) = 213+100+218=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D564DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DA is #2A9B25. Grayscale: #929292. Windows color (decimal): -2792230 or 14312661. OLE color: 14312661.

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

Color convert

RGB 213 100 218 -
CMYK 0.02 0.54 0 0.15
HSL 297.46º 0.61% 0.62% -
HSV(B) 297.46º 0.54% 0.85% -
XYZ 44.65 28.32 69.44 -
YUV 147.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 213 100 218 0.02 0.54 0 0.15 297.46 0.61 0.62
Hex D5 64 DA 2 36 0 F 129 3D 3E
Octal 325 144 332 2 66 0 17 451 75 76
Binary 11010101 1100100 11011010 10 110110 0 1111 100101001 111101 111110

Color Harmonies of #D564DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564DA

Black with #D564DA

Text Example


Text Example

White with #D564DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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