Html Css Color HEX #D56CBE Orchid

📋 copy color: '#D56CBE'

red 213 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D56CBE

Tints of Orchid #D56CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 41.68%
G = 21.14%
B = 37.18%

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

#D56CBE (or 0xD56CBE) is known color: Orchid. HEX triplet: D5, 6C and BE. RGB value is (213,108,190). Sum of RGB (Red+Green+Blue) = 213+108+190=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CBE is #2A9341. Grayscale: #949494. Windows color (decimal): -2790210 or 12479701. OLE color: 12479701.

HSL color Cylindrical-coordinate representation of color #D56CBE: hue angle of 313.14º 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 #D56CBE is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 190 -
CMYK 0 0.49 0.11 0.16
HSL 313.14º 0.56% 0.63% -
HSV(B) 313.14º 0.49% 0.84% -
XYZ 42.1 28.59 52.01 -
YUV 148.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 213 108 190 0 0.49 0.11 0.16 313.14 0.56 0.63
Hex D5 6C BE 0 31 B 10 139 38 3F
Octal 325 154 276 0 61 13 20 471 70 77
Binary 11010101 1101100 10111110 0 110001 1011 10000 100111001 111000 111111

Color Harmonies of #D56CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CBE

Black with #D56CBE

Text Example


Text Example

White with #D56CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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