Html Css Color HEX #D56CBD Orchid

📋 copy color: '#D56CBD'

red 213 ◦ green 108 ◦ blue 189

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

Shades of Orchid #D56CBD

Tints of Orchid #D56CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 41.76%
G = 21.18%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D56CBD (or 0xD56CBD) is known color: Orchid. HEX triplet: D5, 6C and BD. RGB value is (213,108,189). Sum of RGB (Red+Green+Blue) = 213+108+189=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CBD is #2A9342. Grayscale: #949494. Windows color (decimal): -2790211 or 12414165. OLE color: 12414165.

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

Color convert

RGB 213 108 189 -
CMYK 0 0.49 0.11 0.16
HSL 313.71º 0.56% 0.63% -
HSV(B) 313.71º 0.49% 0.84% -
XYZ 41.99 28.55 51.44 -
YUV 148.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 213 108 189 0 0.49 0.11 0.16 313.71 0.56 0.63
Hex D5 6C BD 0 31 B 10 13A 38 3F
Octal 325 154 275 0 61 13 20 472 70 77
Binary 11010101 1101100 10111101 0 110001 1011 10000 100111010 111000 111111

Color Harmonies of #D56CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CBD

Black with #D56CBD

Text Example


Text Example

White with #D56CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CBD; }

 p { color: rgb(213,108,189); }

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

background-color css

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

 a { background-color: rgb(213,108,189); }

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

border-color css

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

 span { border-color: rgb(213,108,189); }

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