Html Css Color HEX #D56BDA Orchid

📋 copy color: '#D56BDA'

red 213 ◦ green 107 ◦ blue 218

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

Shades of Orchid #D56BDA

Tints of Orchid #D56BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.89%

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

R = 39.59%
G = 19.89%
B = 40.52%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D56BDA (or 0xD56BDA) is known color: Orchid. HEX triplet: D5, 6B and DA. RGB value is (213,107,218). Sum of RGB (Red+Green+Blue) = 213+107+218=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D56BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BDA is #2A9425. Grayscale: #979797. Windows color (decimal): -2790438 or 14314453. OLE color: 14314453.

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

Color convert

RGB 213 107 218 -
CMYK 0.02 0.51 0 0.15
HSL 297.3º 0.6% 0.64% -
HSV(B) 297.3º 0.51% 0.85% -
XYZ 45.35 29.72 69.68 -
YUV 151.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 213 107 218 0.02 0.51 0 0.15 297.3 0.6 0.64
Hex D5 6B DA 2 33 0 F 129 3C 40
Octal 325 153 332 2 63 0 17 451 74 100
Binary 11010101 1101011 11011010 10 110011 0 1111 100101001 111100 1000000

Color Harmonies of #D56BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BDA

Black with #D56BDA

Text Example


Text Example

White with #D56BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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