Html Css Color HEX #D564D4 Orchid

📋 copy color: '#D564D4'

red 213 ◦ green 100 ◦ blue 212

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

Shades of Orchid #D564D4

Tints of Orchid #D564D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.38%

R = 40.57%
G = 19.05%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D564D4 (or 0xD564D4) is known color: Orchid. HEX triplet: D5, 64 and D4. RGB value is (213,100,212). Sum of RGB (Red+Green+Blue) = 213+100+212=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D564D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564D4 is #2A9B2B. Grayscale: #929292. Windows color (decimal): -2792236 or 13919445. OLE color: 13919445.

HSL color Cylindrical-coordinate representation of color #D564D4: hue angle of 300.53º 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 #D564D4 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 100 212 -
CMYK 0 0.53 0.00 0.16
HSL 300.53º 0.57% 0.61% -
HSV(B) 300.53º 0.53% 0.84% -
XYZ 43.88 28.01 65.38 -
YUV 146.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 213 100 212 0 0.53 0.00 0.16 300.53 0.57 0.61
Hex D5 64 D4 0 35 0 10 12D 39 3D
Octal 325 144 324 0 65 0 20 455 71 75
Binary 11010101 1100100 11010100 0 110101 0 10000 100101101 111001 111101

Color Harmonies of #D564D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564D4

Black with #D564D4

Text Example


Text Example

White with #D564D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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