Html Css Color HEX #D56ADC Orchid

📋 copy color: '#D56ADC'

red 213 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D56ADC

Tints of Orchid #D56ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 39.52%
G = 19.67%
B = 40.82%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D56ADC (or 0xD56ADC) is known color: Orchid. HEX triplet: D5, 6A and DC. RGB value is (213,106,220). Sum of RGB (Red+Green+Blue) = 213+106+220=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D56ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ADC is #2A9523. Grayscale: #969696. Windows color (decimal): -2790692 or 14445269. OLE color: 14445269.

HSL color Cylindrical-coordinate representation of color #D56ADC: hue angle of 296.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56ADC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 106 220 -
CMYK 0.03 0.52 0 0.14
HSL 296.32º 0.62% 0.64% -
HSV(B) 296.32º 0.52% 0.86% -
XYZ 45.51 29.62 71.03 -
YUV 150.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 213 106 220 0.03 0.52 0 0.14 296.32 0.62 0.64
Hex D5 6A DC 3 34 0 E 128 3E 40
Octal 325 152 334 3 64 0 16 450 76 100
Binary 11010101 1101010 11011100 11 110100 0 1110 100101000 111110 1000000

Color Harmonies of #D56ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ADC

Black with #D56ADC

Text Example


Text Example

White with #D56ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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