Html Css Color HEX #D56BDE Orchid

📋 copy color: '#D56BDE'

red 213 ◦ green 107 ◦ blue 222

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

Shades of Orchid #D56BDE

Tints of Orchid #D56BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 39.3%
G = 19.74%
B = 40.96%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D56BDE (or 0xD56BDE) is known color: Orchid. HEX triplet: D5, 6B and DE. RGB value is (213,107,222). Sum of RGB (Red+Green+Blue) = 213+107+222=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D56BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BDE is #2A9421. Grayscale: #979797. Windows color (decimal): -2790434 or 14576597. OLE color: 14576597.

HSL color Cylindrical-coordinate representation of color #D56BDE: hue angle of 295.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56BDE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 107 222 -
CMYK 0.04 0.52 0 0.13
HSL 295.3º 0.64% 0.65% -
HSV(B) 295.3º 0.52% 0.87% -
XYZ 45.88 29.94 72.47 -
YUV 151.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 213 107 222 0.04 0.52 0 0.13 295.3 0.64 0.65
Hex D5 6B DE 4 34 0 D 127 40 41
Octal 325 153 336 4 64 0 15 447 100 101
Binary 11010101 1101011 11011110 100 110100 0 1101 100100111 1000000 1000001

Color Harmonies of #D56BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BDE

Black with #D56BDE

Text Example


Text Example

White with #D56BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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