Html Css Color HEX #D564D3 Orchid

📋 copy color: '#D564D3'

red 213 ◦ green 100 ◦ blue 211

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

Shades of Orchid #D564D3

Tints of Orchid #D564D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 40.65%
G = 19.08%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D564D3 (or 0xD564D3) is known color: Orchid. HEX triplet: D5, 64 and D3. RGB value is (213,100,211). Sum of RGB (Red+Green+Blue) = 213+100+211=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D564D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564D3 is #2A9B2C. Grayscale: #929292. Windows color (decimal): -2792237 or 13853909. OLE color: 13853909.

HSL color Cylindrical-coordinate representation of color #D564D3: hue angle of 301.06º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564D3 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 100 211 -
CMYK 0 0.53 0.01 0.16
HSL 301.06º 0.57% 0.61% -
HSV(B) 301.06º 0.53% 0.84% -
XYZ 43.76 27.96 64.72 -
YUV 146.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 213 100 211 0 0.53 0.01 0.16 301.06 0.57 0.61
Hex D5 64 D3 0 35 1 10 12D 39 3D
Octal 325 144 323 0 65 1 20 455 71 75
Binary 11010101 1100100 11010011 0 110101 1 10000 100101101 111001 111101

Color Harmonies of #D564D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564D3

Black with #D564D3

Text Example


Text Example

White with #D564D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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