Html Css Color HEX #D56ACD Orchid

📋 copy color: '#D56ACD'

red 213 ◦ green 106 ◦ blue 205

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

Shades of Orchid #D56ACD

Tints of Orchid #D56ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.23%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 40.65%
G = 20.23%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D56ACD (or 0xD56ACD) is known color: Orchid. HEX triplet: D5, 6A and CD. RGB value is (213,106,205). Sum of RGB (Red+Green+Blue) = 213+106+205=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ACD is #2A9532. Grayscale: #949494. Windows color (decimal): -2790707 or 13462229. OLE color: 13462229.

HSL color Cylindrical-coordinate representation of color #D56ACD: hue angle of 304.49º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56ACD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 205 -
CMYK 0 0.50 0.04 0.16
HSL 304.49º 0.56% 0.63% -
HSV(B) 304.49º 0.5% 0.84% -
XYZ 43.61 28.86 61.03 -
YUV 149.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 213 106 205 0 0.50 0.04 0.16 304.49 0.56 0.63
Hex D5 6A CD 0 32 4 10 130 38 3F
Octal 325 152 315 0 62 4 20 460 70 77
Binary 11010101 1101010 11001101 0 110010 100 10000 100110000 111000 111111

Color Harmonies of #D56ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ACD

Black with #D56ACD

Text Example


Text Example

White with #D56ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ACD; }

 p { color: rgb(213,106,205); }

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

background-color css

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

 a { background-color: rgb(213,106,205); }

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

border-color css

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

 span { border-color: rgb(213,106,205); }

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